diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-15 22:12:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-14 01:46:58 +0200 |
commit | ab86a8d80af4d9341ec0872b09e80b7370552350 (patch) | |
tree | 55f74866e45a363b59d7706ffe510537facdb2e8 /profiles/targets | |
parent | profiles: desktop: Switch make.defaults away from consolekit to elogind (diff) | |
download | gentoo-ab86a8d80af4d9341ec0872b09e80b7370552350.tar.gz gentoo-ab86a8d80af4d9341ec0872b09e80b7370552350.tar.bz2 gentoo-ab86a8d80af4d9341ec0872b09e80b7370552350.zip |
profiles: plasma: Drop consolekit from make.defaults
elogind is the new default, set by desktop profile anyway.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index d819ea1da36a..81288cb52182 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="activities consolekit declarative dri kde kipi kwallet phonon plasma policykit qml semantic-desktop widgets xcomposite" +USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml semantic-desktop widgets xcomposite" |