summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kauth/kauth-9999.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-9999.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild
index 855e0b796db..da7c0979dd3 100644
--- a/kde-frameworks/kauth/kauth-9999.ebuild
+++ b/kde-frameworks/kauth/kauth-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
VIRTUALX_REQUIRED="test"
inherit kde5
@@ -11,16 +11,17 @@ LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE="nls +policykit"
-RDEPEND="
+BDEPEND="
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+DEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
policykit? ( sys-auth/polkit-qt[qt5(+)] )
"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
+RDEPEND="${DEPEND}"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {