commit: 126605087dd52e3d3da585e4a1b1b248315d5305
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:04:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:32:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12660508
kde-frameworks/knotifications: Drop IUSE nls
It is non-optional.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/knotifications/knotifications-5.100.0.ebuild | 4 ++--
kde-frameworks/knotifications/knotifications-5.99.0.ebuild | 4 ++--
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=(