commit: 86d1edb5c61c16cef3308b731e2a2495ad3bb957 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Wed Oct 7 18:50:55 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 13:07:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=86d1edb5
kde-apps/kaccounts-integration: Drop USE=kdepim See also: https://quickgit.kde.org/?p=kaccounts-integration.git&a=commit&h=5f95c467d0a31ba06d82bedcc341d0f3a1eab2a8 .../kaccounts-integration-15.08.49.9999.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild index 7c1a712..d475a29 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-15.08.49.9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="LGPL-2.1" KEYWORDS="" -IUSE="kdepim" +IUSE="" RDEPEND=" $(add_frameworks_dep kconfig) @@ -32,19 +32,11 @@ RDEPEND=" dev-qt/qtwidgets:5 net-libs/accounts-qt net-libs/signond - kdepim? ( $(add_kdeapps_dep kdepimlibs) ) " DEPEND="${RDEPEND} $(add_frameworks_dep kcmutils) + sys-devel/gettext " # bug #549444 RESTRICT="test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package kdepim KF5Akonadi) - ) - - kde5_src_configure -}
