commit: 2a942c610c80f27824927abb163750dbe1c84647 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 07:53:32 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 07:56:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a942c61
profiles/base: mask consolekit use flag Bug: https://bugs.gentoo.org/727730 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> profiles/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 4c51769639f..1bc750da3d8 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mikle Kolyada <[email protected]> (2020-08-02) +# consolekit is masked for removal +consolekit + # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base.
