summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild14
-rw-r--r--kde-misc/kaccounts-integration/metadata.xml3
2 files changed, 1 insertions, 16 deletions
diff --git a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
index b33ae34d63c..7fac4b35ccc 100644
--- a/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
+++ b/kde-misc/kaccounts-integration/kaccounts-integration-9999.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="5"
-IUSE="kdepim test"
+IUSE="test"
DEPEND="
$(add_frameworks_dep kconfig)
@@ -23,12 +23,8 @@ DEPEND="
$(add_frameworks_dep kio)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
- kdepim? (
- $(add_kdeplasma_dep kdepimlibs)
- )
net-libs/accounts-qt
net-libs/signond
- dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
"
@@ -41,11 +37,3 @@ src_prepare() {
kde5_src_prepare
}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package kdepim KF5Akonadi)
- )
-
- kde5_src_configure
-}
diff --git a/kde-misc/kaccounts-integration/metadata.xml b/kde-misc/kaccounts-integration/metadata.xml
index ab252412cd1..a23f444b67d 100644
--- a/kde-misc/kaccounts-integration/metadata.xml
+++ b/kde-misc/kaccounts-integration/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
- <use>
- <flag name="kdepim">KDE PIM integration via kde-base/kdepimlibs</flag>
- </use>
</pkgmetadata>