commit: fcd988a5427b136abd031da00faff8fef4c9235f Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Jun 3 13:13:53 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Jun 3 13:16:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd988a5
profiles: change elogind USE mask to a stable mask Gentoo-bug: 599470 profiles/base/use.mask | 4 ---- profiles/base/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 56d0f62d859..b6af106c2f4 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,10 +4,6 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. -# Michael Palimaka <[email protected]> (29 Dec 2016) -# elogind support is not yet fully implemented in all required packages -elogind - # CURL_SSL=winssl is for prefix/windows/winnt only curl_ssl_winssl diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 5bc36ff5236..16e2e6ad0b3 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michael Palimaka <[email protected]> (03 Jun 2017) +# Not yet stable +elogind + # Michał Górny <[email protected]> (25 Jan 2017) # Early pre-stabilization mask for dev-lang/python:3.6 python_targets_python3_6
