summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:04:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-16 22:32:49 +0100
commit2b7921d6d386bf3dc69137389fa54f4007927bb5 (patch)
tree9d127a17c1049f3f24fc9451f85d604997fc68fb
parentkde-frameworks/solid: Drop IUSE nls (diff)
downloadgentoo-2b7921d6d386bf3dc69137389fa54f4007927bb5.tar.gz
gentoo-2b7921d6d386bf3dc69137389fa54f4007927bb5.tar.bz2
gentoo-2b7921d6d386bf3dc69137389fa54f4007927bb5.zip
kde-frameworks/sonnet: Drop IUSE nls
It is non-optional. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/sonnet/sonnet-5.100.0.ebuild6
-rw-r--r--kde-frameworks/sonnet/sonnet-5.99.0.ebuild6
2 files changed, 4 insertions, 8 deletions
diff --git a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
index 6a624120445d..f6d3a7082c0c 100644
--- a/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for providing spell-checking through abstraction of popul
LICENSE="LGPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="aspell +hunspell nls qml"
+IUSE="aspell +hunspell qml"
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
@@ -22,9 +22,7 @@ DEPEND="
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
"
RDEPEND="${DEPEND}"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(
diff --git a/kde-frameworks/sonnet/sonnet-5.99.0.ebuild b/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
index c3808f2166d0..5dfd2198a481 100644
--- a/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
+++ b/kde-frameworks/sonnet/sonnet-5.99.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Framework for providing spell-checking through abstraction of popul
LICENSE="LGPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-IUSE="aspell +hunspell nls qml"
+IUSE="aspell +hunspell qml"
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
@@ -22,9 +22,7 @@ DEPEND="
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
"
RDEPEND="${DEPEND}"
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
+BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
src_configure() {
local mycmakeargs=(