commit: bea47cee314829edbb41453d1e89fa1d1d3f9993 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Mar 20 09:36:42 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 09:50:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea47cee
profiles/desktop/gnome: globally enable elogind, disable consolekit GNOME really desires a logind provider. Now that the core gnome desktop supports elogind, we can default enable it in GNOME profile with a clean gnome-base/gnome install path without systemd. For this we also need to disable consolekit from desktop profile (until it's still enabled there), as some packages block between USE=consolekit and USE=elogind. profiles/desktop/gnome/systemd relies on the systemd profile now use.masking USE=elogind globally (a change I made some days ago), and enabling USE=systemd in its place, so should be no regressions there. Because stable doesn't have a usable non-systemd GNOME setup anyways, desktop/gnome profile wasn't out of the box usable, thus we don't need to concern ourselves for stable users here and get the profile working for ~arch users -- before this everyone using gnome should have been using desktop/gnome/systemd instead anyway. Bug: https://bugs.gentoo.org/599470 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> profiles/targets/desktop/gnome/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults index 09b365139a7..e32bb8b830e 100644 --- a/profiles/targets/desktop/gnome/make.defaults +++ b/profiles/targets/desktop/gnome/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker" +USE="colord -consolekit eds elogind evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker"