Skip to content

Commit

Permalink
kde-apps/kldap: Drop USE=ssl
Browse files Browse the repository at this point in the history
It may build, but down the line cyrus-sasl is pulled in anyway.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Mar 19, 2017
1 parent 7d21626 commit a971271
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions kde-apps/kldap/kldap-16.12.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Library for interacting with LDAP servers"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"
IUSE=""

DEPEND="
$(add_frameworks_dep kcompletion)
Expand All @@ -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
Expand All @@ -36,11 +36,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
}

0 comments on commit a971271

Please sign in to comment.