diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:49:52 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:49:52 +0100 |
commit | da7441a27f11e310eaaa75c0d6edcff41874e2d7 (patch) | |
tree | 3bab85b97083cf117c0ebbcea5025b9f145f0614 /profiles | |
parent | profiles/desktop: Disable systemd USE flag by default (diff) | |
download | portage-da7441a27f11e310eaaa75c0d6edcff41874e2d7.tar.xz |
profiles/desktop: Disable consolekit USE flag by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index a62cb158..9691bf00 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -35,7 +35,7 @@ USE="${USE} -fortran -java" USE="${USE} -cups" # Auth -USE="${USE} -policykit" +USE="${USE} -policykit -consolekit" # Graphical protocol USE="${USE} -xcb X xorg" |