summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-5.99.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.99.0.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-5.99.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-frameworks/kauth/kauth-5.99.0.ebuild b/kde-frameworks/kauth/kauth-5.99.0.ebuild
index b8baeea042ac..578b1066dcbc 100644
--- a/kde-frameworks/kauth/kauth-5.99.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.99.0.ebuild
@@ -9,13 +9,11 @@ VIRTUALX_REQUIRED="test"
inherit ecm frameworks.kde.org
DESCRIPTION="Framework to let applications perform actions as a privileged user"
+
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="nls +policykit"
+IUSE=" +policykit"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -24,6 +22,7 @@ DEPEND="
policykit? ( >=sys-auth/polkit-qt-0.113.0 )
"
RDEPEND="${DEPEND}"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {