Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/
Date: Fri, 25 Sep 2020 21:29:52
Message-Id: 1601068954.4061d6500b40c5e9c2d46a63f54480de72660bdb.np-hardass@gentoo
1 commit: 4061d6500b40c5e9c2d46a63f54480de72660bdb
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 21:22:34 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 21:22:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4061d650
7
8 mate-extra/mate-power-manager: Accidentally re-added consolekit ::gentoo
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild | 7 ++-----
14 1 file changed, 2 insertions(+), 5 deletions(-)
15
16 diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
17 index baec1afd467..0e47db7552d 100644
18 --- a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
19 +++ b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
20 @@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
21 SLOT="0"
22 IUSE="+applet elogind libsecret policykit systemd test"
23
24 -REQUIRED_USE="?? ( elogind systemd )"
25 +REQUIRED_USE="^^ ( elogind systemd )"
26
27 # Interactive testsuite.
28 RESTRICT="test"
29 @@ -43,10 +43,7 @@ RDEPEND="${COMMON_DEPEND}
30 virtual/libintl
31 policykit? ( >=mate-extra/mate-polkit-1.6 )
32 systemd? ( sys-apps/systemd )
33 - !systemd? (
34 - elogind? ( sys-auth/elogind )
35 - !elogind? ( >=sys-auth/consolekit-0.9.2 )
36 - )
37 + elogind? ( sys-auth/elogind )
38 "
39
40 DEPEND="${COMMON_DEPEND}