summaryrefslogtreecommitdiff
path: root/sys-libs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/kpmcore/kpmcore-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild
index e6f12c93227..3ced40cb87e 100644
--- a/sys-libs/kpmcore/kpmcore-9999.ebuild
+++ b/sys-libs/kpmcore/kpmcore-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
ECM_NONGUI="true"
-KDE_RELEASE_SERVICE="true"
+KDE_GEAR="true"
KFMIN=5.74.0
QTMIN=5.15.2
inherit ecm kde.org
@@ -17,6 +17,9 @@ SLOT="5/10"
KEYWORDS=""
IUSE=""
+# bug 689468, tests need polkit etc.
+RESTRICT+=" test"
+
BDEPEND="virtual/pkgconfig"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -29,6 +32,3 @@ DEPEND="
sys-auth/polkit-qt
"
RDEPEND="${DEPEND}"
-
-# bug 689468, tests need polkit etc.
-RESTRICT+=" test"