commit: 564cad5db082f630ec458d2a12b8cc652d38131a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Apr 29 10:15:41 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Apr 29 10:16:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564cad5d
profiles: ia64: Move elogind from use.mask to use.stable.mask Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/arch/ia64/use.mask | 4 ---- profiles/arch/ia64/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index de1c3b6cc18..99163c25200 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -3,10 +3,6 @@ # This is a list of USE flags that should not be used on ia64. -# Andreas Sturmlechner <[email protected]> (31 Mar 2019) -# sys-auth/elogind is not yet keyworded here. bug #681200 -elogind - # Michał Górny <[email protected]> (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 7b9d312ba39..9cc60234182 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/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 +# Andreas Sturmlechner <[email protected]> (29 Apr 2019) +# sys-auth/elogind is not yet stable here. bug #682158 +elogind + # Mike Gilbert <[email protected]> (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7
