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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95FD0158086 for ; Tue, 5 Oct 2021 15:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CD8E0829; Tue, 5 Oct 2021 15:54:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A935AE0829 for ; Tue, 5 Oct 2021 15:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7408634313A for ; Tue, 5 Oct 2021 15:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF73FE5 for ; Tue, 5 Oct 2021 15:54:10 +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: <1633449241.f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4 X-VCS-Branch: master Date: Tue, 5 Oct 2021 15:54:10 +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: 48778842-f8a2-4b19-8b32-41328beb6c55 X-Archives-Hash: 6df26601c6e86ce901ddda190ecf30b3 commit: f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 5 15:19:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 5 15:54:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24d8625 kde-plasma/plasma-meta: Fix compat w/ sys-auth/polkit w/o IUSE=elogind XOR relation continues to be enforced by all currently available versions of sys-auth/polkit via REQUIRED_USE. Closes: https://bugs.gentoo.org/816336 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{plasma-meta-5.22.5.ebuild => plasma-meta-5.22.5-r1.ebuild} | 2 +- kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild similarity index 99% rename from kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild rename to kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild index d5457918b24..cfccabc1777 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" >=kde-plasma/powerdevil-${PV}:${SLOT} >=kde-plasma/systemsettings-${PV}:${SLOT} sys-apps/dbus[elogind?,systemd?] - sys-auth/polkit[elogind?,systemd?] + sys-auth/polkit[systemd?] sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} ) browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} ) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild index eef3ed03861..0add9022a74 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild @@ -47,7 +47,7 @@ RDEPEND=" >=kde-plasma/powerdevil-${PV}:${SLOT} >=kde-plasma/systemsettings-${PV}:${SLOT} sys-apps/dbus[elogind?,systemd?] - sys-auth/polkit[elogind?,systemd?] + sys-auth/polkit[systemd?] sys-fs/udisks:2[elogind?,systemd?] bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} ) browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )