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 6023D158020 for ; Wed, 16 Nov 2022 21:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FB73E08ED; Wed, 16 Nov 2022 21:07:30 +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 07289E08ED for ; Wed, 16 Nov 2022 21:07:30 +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 C6B6F340EDF for ; Wed, 16 Nov 2022 21:07:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 176D474E for ; Wed, 16 Nov 2022 21:07:27 +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: <1668632617.f54735c8a24a71f3bba48c6b391eff8a212a9960.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kconfig/kconfig-9999.ebuild X-VCS-Directories: kde-frameworks/kconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f54735c8a24a71f3bba48c6b391eff8a212a9960 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:07:27 +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: 59e2a6ca-1297-4aed-a97e-1df5c5009e89 X-Archives-Hash: dec98d2991fd04932253ec658e6dc855 commit: f54735c8a24a71f3bba48c6b391eff8a212a9960 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:03:37 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:03:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f54735c8 kde-frameworks/kconfig: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfig/kconfig-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild index b4f9f6e5b0..97f009d633 100644 --- a/kde-frameworks/kconfig/kconfig-9999.ebuild +++ b/kde-frameworks/kconfig/kconfig-9999.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Framework for reading and writing configuration" LICENSE="LGPL-2+" KEYWORDS="" -IUSE="dbus nls qml" +IUSE="dbus qml" # bug 560086 RESTRICT="test" @@ -25,7 +25,7 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 ) " -BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" DOCS=( DESIGN docs/{DESIGN.kconfig,options.md} )