From 5b7473004f5d7b2a64e4e1a4c0e121c20cf67797 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 3 Jun 2017 23:37:01 +1000 Subject: [PATCH] profiles: fix elogind breakage --- profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/amd64/use.stable.mask | 4 ++++ profiles/arch/arm/use.mask | 4 ++++ profiles/arch/arm/use.stable.mask | 4 ++++ profiles/arch/x86/use.mask | 4 ++++ profiles/arch/x86/use.stable.mask | 4 ++++ profiles/base/use.mask | 4 ++++ profiles/base/use.stable.mask | 4 ---- 8 files changed, 28 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 82112860e772..098e7778e1cd 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,10 @@ # SECTION: Unmask +# Michael Palimaka (03 Jun 2017) +# Unmask elogind since it is keyworded here. +-elogind + # Sven Wegener (31 May 2017) # libvirt is supported on amd64 -libvirt diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 01113197b388..2bf7d3769e73 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/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 (03 Jun 2017) +# Not yet stable. +elogind + # Andreas K. Hüttel (26 May 2017) # dev-db/firebird is keyworded ~amd64 firebird diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index d66e45f2ca43..30e2f3e76a4e 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -5,6 +5,10 @@ -cpu_flags_arm_iwmmxt -iwmmxt +# Michael Palimaka (03 Jun 2017) +# Unmask elogind since it is keyworded here. +-elogind + # Patrick Lauer (28 Apr 2015) # Dependencies not keyworded ayatana diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 451a350a2896..80ae11ea35d1 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/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 (03 Jun 2017) +# Not yet stable. +elogind + # Hans de Graaff (17 Apr 2017) # Temporary mask to support stable bug 615818 ruby_targets_ruby22 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 1b984e59b5a2..75ad6085c52b 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Michael Palimaka (03 Jun 2017) +# Unmask elogind since it is keyworded here. +-elogind + # Sven Wegener (31 May 2017) # libvirt is supported on x86 -libvirt diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 1b0299b3697e..118c3436da94 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/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 (03 Jun 2017) +# Not yet stable. +elogind + # Andreas K. Hüttel (26 May 2017) # dev-db/firebird is keyworded ~x86 firebird diff --git a/profiles/base/use.mask b/profiles/base/use.mask index b6af106c2f41..fcefea31dc44 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michael Palimaka (03 Jun 2017) +# Unkeyworded on most arches, unmasked in supported arch profiles. +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 16e2e6ad0b3a..5bc36ff52361 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Michael Palimaka (03 Jun 2017) -# Not yet stable -elogind - # Michał Górny (25 Jan 2017) # Early pre-stabilization mask for dev-lang/python:3.6 python_targets_python3_6 -- 2.26.2