aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-19 23:49:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-19 23:56:26 +0100
commitfce78aaaa1e7fa575580fcfc9bf3caf6b07560b4 (patch)
tree8f1cd3d938efdeb35cb345711b63098a890826b3
parentkde-apps/kdepim-runtime: Drop USE=ssl (diff)
downloadkde-fce78aaaa1e7fa575580fcfc9bf3caf6b07560b4.tar.gz
kde-fce78aaaa1e7fa575580fcfc9bf3caf6b07560b4.tar.bz2
kde-fce78aaaa1e7fa575580fcfc9bf3caf6b07560b4.zip
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
-rw-r--r--kde-apps/kldap/kldap-9999.ebuild12
1 files 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
-}