commit: 90e6e220cc92649bc374be82c13376aa02aabeb6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 10:26:23 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 10:26:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90e6e220
kde-apps/kdepim-runtime: Drop USE=google
Upstream commit 50099c8a347506cd017d317c0339642e6eab1323
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
b/kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild
index 0258fdc122..0ecb11150c 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"
+IUSE=""
# TODO kolab, Qt5TextToSpeech
CDEPEND="
@@ -49,6 +49,7 @@ CDEPEND="
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep kmbox)
$(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep libkgapi)
$(add_kdeapps_dep pimcommon)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
@@ -58,7 +59,6 @@ CDEPEND="
$(add_qt_dep qtxml)
dev-libs/cyrus-sasl:2
dev-libs/libical:=
- google? ( $(add_kdeapps_dep libkgapi) )
"
DEPEND="${CDEPEND}
$(add_qt_dep qtxmlpatterns)
@@ -70,11 +70,3 @@ RDEPEND="${CDEPEND}
"
RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package google KPimGAPI)
- )
-
- kde5_src_configure
-}