summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:04:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:32:48 +0100
commit126605087dd52e3d3da585e4a1b1b248315d5305 (patch)
treed33e87d72e854ec63528b24c834c92589590c3f3 /kde-frameworks/knotifications
parentkde-frameworks/kjobwidgets: Drop IUSE nls (diff)
downloadgentoo-126605087dd52e3d3da585e4a1b1b248315d5305.tar.gz
gentoo-126605087dd52e3d3da585e4a1b1b248315d5305.tar.bz2
gentoo-126605087dd52e3d3da585e4a1b1b248315d5305.zip
kde-frameworks/knotifications: Drop IUSE nls
It is non-optional. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r--kde-frameworks/knotifications/knotifications-5.100.0.ebuild4
-rw-r--r--kde-frameworks/knotifications/knotifications-5.99.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-frameworks/knotifications/knotifications-5.100.0.ebuild b/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
index 17f9ef2d0ece..cf32b88543c7 100644
--- a/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="dbus nls phonon qml speech X"
+IUSE="dbus phonon qml speech X"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(
diff --git a/kde-frameworks/knotifications/knotifications-5.99.0.ebuild b/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
index df82027fa0a6..3344bc38c2d8 100644
--- a/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for notifying the user of an event"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="dbus nls phonon qml speech X"
+IUSE="dbus phonon qml speech X"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,7 +35,7 @@ RDEPEND="
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(