From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A02B158020 for ; Wed, 16 Nov 2022 21:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E400BE0950; Wed, 16 Nov 2022 21:33:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9565CE0953 for ; Wed, 16 Nov 2022 21:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E4EF340E06 for ; Wed, 16 Nov 2022 21:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08E1A76B for ; Wed, 16 Nov 2022 21:33:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1668634369.2b7921d6d386bf3dc69137389fa54f4007927bb5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/sonnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/sonnet/sonnet-5.100.0.ebuild kde-frameworks/sonnet/sonnet-5.99.0.ebuild X-VCS-Directories: kde-frameworks/sonnet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b7921d6d386bf3dc69137389fa54f4007927bb5 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:33:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6796a4e3-406b-448e-97cb-c4785ef4050d X-Archives-Hash: 9ba407290a176a55bd61f9259707c2b9 commit: 2b7921d6d386bf3dc69137389fa54f4007927bb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:04:56 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:32:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7921d6 kde-frameworks/sonnet: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/sonnet/sonnet-5.100.0.ebuild | 6 ++---- kde-frameworks/sonnet/sonnet-5.99.0.ebuild | 6 ++---- 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=(