summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:16:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:32:45 +0100
commit37ac7facb536013e3258fb5f2b49e9e05a967167 (patch)
tree93473ace92678d24ad75e831996ffd58035503f5 /kde-frameworks
parentkde-frameworks/karchive: Add missing BDEPEND (diff)
downloadgentoo-37ac7facb536013e3258fb5f2b49e9e05a967167.tar.gz
gentoo-37ac7facb536013e3258fb5f2b49e9e05a967167.tar.bz2
gentoo-37ac7facb536013e3258fb5f2b49e9e05a967167.zip
kde-frameworks/kauth: Drop IUSE nls
It is non-optional. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kauth/kauth-5.100.0.ebuild4
-rw-r--r--kde-frameworks/kauth/kauth-5.99.0.ebuild7
2 files changed, 5 insertions, 6 deletions
diff --git a/kde-frameworks/kauth/kauth-5.100.0.ebuild b/kde-frameworks/kauth/kauth-5.100.0.ebuild
index 6b826142a8cd..bafdda8227c3 100644
--- a/kde-frameworks/kauth/kauth-5.100.0.ebuild
+++ b/kde-frameworks/kauth/kauth-5.100.0.ebuild
@@ -12,7 +12,7 @@ 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"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -22,7 +22,7 @@ DEPEND="
policykit? ( >=sys-auth/polkit-qt-0.113.0[qt5(+)] )
"
RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
src_configure() {
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() {