summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 12:26:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-17 12:26:23 +0200
commit90e6e220cc92649bc374be82c13376aa02aabeb6 (patch)
tree118bd20ae64a8fb143fba1125438a763e488b61e
parent09275f9360991a9416126a7fad29c5d2a763e997 (diff)
downloadkde-90e6e220cc92649bc374be82c13376aa02aabeb6.tar.gz
kde-90e6e220cc92649bc374be82c13376aa02aabeb6.tar.bz2
kde-90e6e220cc92649bc374be82c13376aa02aabeb6.zip
kde-apps/kdepim-runtime: Drop USE=google
Upstream commit 50099c8a347506cd017d317c0339642e6eab1323 Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--kde-apps/kdepim-runtime/kdepim-runtime-9999.ebuild12
1 files 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 0258fdc122e..0ecb11150c2 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
-}