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 6F7A5158086 for ; Tue, 5 Oct 2021 15:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFCACE084A; Tue, 5 Oct 2021 15:49:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96908E084A for ; Tue, 5 Oct 2021 15:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 449C234311F for ; Tue, 5 Oct 2021 15:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93265E5 for ; Tue, 5 Oct 2021 15:49:26 +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: <1633447454.16f5eb8e662b9b4660c70ad6c67b979f4ac535c5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 16f5eb8e662b9b4660c70ad6c67b979f4ac535c5 X-VCS-Branch: master Date: Tue, 5 Oct 2021 15:49:26 +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: 54c948bd-039b-4118-b8ba-f3c0dfb29a58 X-Archives-Hash: 4d414e3322222662f3ceef493e61cd1a commit: 16f5eb8e662b9b4660c70ad6c67b979f4ac535c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 5 15:19:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 5 15:24:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=16f5eb8e 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. Bug: https://bugs.gentoo.org/816336 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild | 2 +- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild index 545eb755a3..7ea219dbf8 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.23.49.9999.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-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index 545eb755a3..7ea219dbf8 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.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} )