commit: 7747180c580196bd52ec84ada0fd75f43df99585
Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 21:24:30 2020 +0000
Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 21:24:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7747180c
mate-base/mate-session-manager: Accidentally re-added consolekit ::gentoo
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
mate-base/mate-session-manager/mate-session-manager-1.24.1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/mate-base/mate-session-manager/mate-session-manager-1.24.1.ebuild
b/mate-base/mate-session-manager/mate-session-manager-1.24.1.ebuild
index 0e8125acf23..1cc0a5a13f4 100644
--- a/mate-base/mate-session-manager/mate-session-manager-1.24.1.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-1.24.1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
SLOT="0"
IUSE="debug elogind gles2 gnome-keyring ipv6 systemd +xtrans"
-REQUIRED_USE="?? ( elogind systemd )"
+REQUIRED_USE="^^ ( elogind systemd )"
# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs,
and
# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
@@ -39,10 +39,7 @@ COMMON_DEPEND="
x11-libs/pango
gles2? ( media-libs/mesa[egl,gles2] )
systemd? ( sys-apps/systemd )
- !systemd? (
- elogind? ( sys-auth/elogind )
- !elogind? ( >=sys-auth/consolekit-0.9.2 )
- )
+ elogind? ( sys-auth/elogind )
xtrans? ( x11-libs/xtrans )
"