commit: ab86a8d80af4d9341ec0872b09e80b7370552350 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 15 20:12:15 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 13 23:46:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab86a8d8
profiles: plasma: Drop consolekit from make.defaults elogind is the new default, set by desktop profile anyway. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/targets/desktop/plasma/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index d819ea1da36..81288cb5218 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"
