summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-20 11:36:42 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-20 11:50:44 +0200
commitbea47cee314829edbb41453d1e89fa1d1d3f9993 (patch)
tree9f0c0cff6e420edd57abc207b44f1f7061323b61 /profiles
parentdesktop/gnome/package.use: Update some USE tweaks descriptions (diff)
downloadgentoo-bea47cee314829edbb41453d1e89fa1d1d3f9993.tar.gz
gentoo-bea47cee314829edbb41453d1e89fa1d1d3f9993.tar.bz2
gentoo-bea47cee314829edbb41453d1e89fa1d1d3f9993.zip
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/targets/desktop/gnome/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults
index 09b365139a7b..e32bb8b830e5 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"