Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/
Date: Tue, 05 Oct 2021 15:54:14
Message-Id: 1633449241.f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4.asturm@gentoo
1 commit: f24d8625a19e4dedf49a2fd5a1a1b274aff61ab4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 15:19:02 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 15:54:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24d8625
7
8 kde-plasma/plasma-meta: Fix compat w/ sys-auth/polkit w/o IUSE=elogind
9
10 XOR relation continues to be enforced by all currently available
11 versions of sys-auth/polkit via REQUIRED_USE.
12
13 Closes: https://bugs.gentoo.org/816336
14 Package-Manager: Portage-3.0.26, Repoman-3.0.3
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 .../{plasma-meta-5.22.5.ebuild => plasma-meta-5.22.5-r1.ebuild} | 2 +-
18 kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 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
22 similarity index 99%
23 rename from kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
24 rename to kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild
25 index d5457918b24..cfccabc1777 100644
26 --- a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
27 +++ b/kde-plasma/plasma-meta/plasma-meta-5.22.5-r1.ebuild
28 @@ -47,7 +47,7 @@ RDEPEND="
29 >=kde-plasma/powerdevil-${PV}:${SLOT}
30 >=kde-plasma/systemsettings-${PV}:${SLOT}
31 sys-apps/dbus[elogind?,systemd?]
32 - sys-auth/polkit[elogind?,systemd?]
33 + sys-auth/polkit[systemd?]
34 sys-fs/udisks:2[elogind?,systemd?]
35 bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
36 browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
37
38 diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
39 index eef3ed03861..0add9022a74 100644
40 --- a/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
41 +++ b/kde-plasma/plasma-meta/plasma-meta-5.22.90.ebuild
42 @@ -47,7 +47,7 @@ RDEPEND="
43 >=kde-plasma/powerdevil-${PV}:${SLOT}
44 >=kde-plasma/systemsettings-${PV}:${SLOT}
45 sys-apps/dbus[elogind?,systemd?]
46 - sys-auth/polkit[elogind?,systemd?]
47 + sys-auth/polkit[systemd?]
48 sys-fs/udisks:2[elogind?,systemd?]
49 bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
50 browser-integration? ( >=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )