commit: fce78aaaa1e7fa575580fcfc9bf3caf6b07560b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 22:49:06 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 22:56:26 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fce78aaa
kde-apps/kldap: Drop USE=ssl
It may build, but down the line cyrus-sasl is pulled in anyway.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/kldap/kldap-9999.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
index ef777bdff4..84fe7b4f70 100644
--- a/kde-apps/kldap/kldap-9999.ebuild
+++ b/kde-apps/kldap/kldap-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="GPL-2+"
KEYWORDS=""
-IUSE="ssl"
+IUSE=""
DEPEND="
$(add_frameworks_dep kcompletion)
@@ -20,7 +20,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
net-nds/openldap
- ssl? ( dev-libs/cyrus-sasl )
+ dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-kioslaves
@@ -34,11 +34,3 @@ src_prepare() {
-i kioslave/CMakeLists.txt || die "failed to comment
add_subdirectory(doc)"
fi
}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package ssl Sasl2)
- )
-
- kde5_src_configure
-}