commit: 702afb3cfc6157fb4fee4eaad3a159d2f95bf41f
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 19:17:03 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 12:35:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=702afb3c
kde-apps/kdepim-runtime: pop3 moved from kdepim-kioslaves
Package-Manager: portage-2.2.27
kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index f24137d..ffb0e90 100644
--- a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
+++ b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM"
KEYWORDS=""
-IUSE="google"
+IUSE="google ssl"
# TODO kolab, Qt5TextToSpeech
@@ -40,7 +40,6 @@ CDEPEND="
$(add_kdeapps_dep akonadi-contact)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep akonadi-notes)
- $(add_kdeapps_dep akonadi-socialutils)
$(add_kdeapps_dep kalarmcal)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
@@ -57,6 +56,7 @@ CDEPEND="
$(add_qt_dep qtxml)
$(add_qt_dep qtxmlpatterns)
dev-libs/libical:=
+ ssl? ( dev-libs/cyrus-sasl )
"
DEPEND="${CDEPEND}
$(add_frameworks_dep kross)
@@ -68,6 +68,7 @@ DEPEND="${CDEPEND}
google? ( >=net-libs/libkgapi-5.1.0:5 )
"
RDEPEND="${CDEPEND}
+ !<kde-apps/kdepim-kioslaves-16.04.50
!kde-apps/kdepim-runtime:4
$(add_frameworks_dep oxygen-icons)
"
@@ -75,6 +76,7 @@ RDEPEND="${CDEPEND}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package google KF5GAPI)
+ $(cmake-utils_use_find_package ssl Sasl2)
)
kde5_src_configure