commit:     0034c5770c9d511eaa77c615f0101342d0f31914
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 22:41:38 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=0034c577

kde-apps/kdepim-runtime: Drop USE=ssl

kde-apps/kimap from DEPENDS then depends on it anyway.
And who would disable it, really.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild 
b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index f4972e2959..563fb68804 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -11,7 +11,7 @@ inherit kde5
 DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
 LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
-IUSE="google ssl"
+IUSE="google"
 
 # TODO kolab, Qt5TextToSpeech
 CDEPEND="
@@ -55,14 +55,13 @@ CDEPEND="
        $(add_qt_dep qtwebengine 'widgets')
        $(add_qt_dep qtwidgets)
        $(add_qt_dep qtxml)
+       dev-libs/cyrus-sasl:2
        dev-libs/libical:=
        google? ( $(add_kdeapps_dep libkgapi) )
-       ssl? ( dev-libs/cyrus-sasl )
 "
 DEPEND="${CDEPEND}
        $(add_frameworks_dep kross)
        $(add_qt_dep qtxmlpatterns)
-       dev-libs/cyrus-sasl:2
        dev-libs/libxslt
 "
 RDEPEND="${CDEPEND}
@@ -75,7 +74,6 @@ RESTRICT+=" test"
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_find_package google KPimGAPI)
-               $(cmake-utils_use_find_package ssl Sasl2)
        )
 
        kde5_src_configure

Reply via email to