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 7763D158021 for ; Wed, 16 Nov 2022 21:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700E6E0918; Wed, 16 Nov 2022 21:33:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5883AE0920 for ; Wed, 16 Nov 2022 21:33:16 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65415340D9B for ; Wed, 16 Nov 2022 21:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B347873B for ; Wed, 16 Nov 2022 21:33:13 +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: <1668634365.37ac7facb536013e3258fb5f2b49e9e05a967167.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kauth/kauth-5.100.0.ebuild kde-frameworks/kauth/kauth-5.99.0.ebuild X-VCS-Directories: kde-frameworks/kauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37ac7facb536013e3258fb5f2b49e9e05a967167 X-VCS-Branch: master Date: Wed, 16 Nov 2022 21:33:13 +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: 5f77db50-7d10-4925-9302-29c615d9847b X-Archives-Hash: ed332a90d0cc863265bbccd5375645e0 commit: 37ac7facb536013e3258fb5f2b49e9e05a967167 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 21:16:08 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 21:32:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ac7fac kde-frameworks/kauth: Drop IUSE nls It is non-optional. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kauth/kauth-5.100.0.ebuild | 4 ++-- kde-frameworks/kauth/kauth-5.99.0.ebuild | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/kde-frameworks/kauth/kauth-5.100.0.ebuild b/kde-frameworks/kauth/kauth-5.100.0.ebuild index 6b826142a8cd..bafdda8227c3 100644 --- a/kde-frameworks/kauth/kauth-5.100.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.100.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Framework to let applications perform actions as a privileged user" LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls +policykit" +IUSE="+policykit" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -22,7 +22,7 @@ DEPEND=" policykit? ( >=sys-auth/polkit-qt-0.113.0[qt5(+)] ) " RDEPEND="${DEPEND}" -BDEPEND="nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" src_configure() { diff --git a/kde-frameworks/kauth/kauth-5.99.0.ebuild b/kde-frameworks/kauth/kauth-5.99.0.ebuild index b8baeea042ac..578b1066dcbc 100644 --- a/kde-frameworks/kauth/kauth-5.99.0.ebuild +++ b/kde-frameworks/kauth/kauth-5.99.0.ebuild @@ -9,13 +9,11 @@ VIRTUALX_REQUIRED="test" inherit ecm frameworks.kde.org DESCRIPTION="Framework to let applications perform actions as a privileged user" + LICENSE="LGPL-2.1+" KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="nls +policykit" +IUSE=" +policykit" -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -24,6 +22,7 @@ DEPEND=" policykit? ( >=sys-auth/polkit-qt-0.113.0 ) " RDEPEND="${DEPEND}" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" src_configure() {