commit: a6a7492cbf9c0fe0ec5a6c02a8b4bfb206e8c569
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:04:07 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:04:07 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6a7492c
kde-frameworks/kdesignerplugin: Drop IUSE nls
It is non-optional.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild
b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild
index 8ac60a84cd..21379aea1e 100644
--- a/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild
+++ b/kde-frameworks/kdesignerplugin/kdesignerplugin-9999.ebuild
@@ -14,11 +14,11 @@ DESCRIPTION="Framework providing plugins to use KDE
frameworks widgets in QtDesi
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="nls"
+IUSE=""
DEPEND="
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
"
RDEPEND="${DEPEND}"
-BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"