From 4f36108c955b74cc3c91fe748099f68effa4829c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 31 Mar 2019 22:35:53 +0200 Subject: [PATCH] profiles: Move elogind from base/use.mask to arch/*/use.mask Signed-off-by: Andreas Sturmlechner --- profiles/arch/alpha/use.mask | 8 ++++++-- profiles/arch/amd64-fbsd/use.mask | 8 ++++++-- profiles/arch/amd64/use.mask | 6 +----- profiles/arch/arm/use.mask | 4 ---- profiles/arch/arm64/use.mask | 4 ---- profiles/arch/arm64/use.stable.mask | 4 ++-- profiles/arch/hppa/use.mask | 7 ++++++- profiles/arch/ia64/use.mask | 4 ++++ profiles/arch/m68k/use.mask | 8 ++++++-- profiles/arch/mips/use.mask | 6 +++++- profiles/arch/powerpc/use.stable.mask | 6 +++++- profiles/arch/s390/use.mask | 6 +++++- profiles/arch/sh/use.mask | 4 ++++ profiles/arch/sparc/use.mask | 8 ++++++-- profiles/arch/x86-fbsd/use.mask | 16 ++++++++++------ profiles/arch/x86/use.mask | 8 ++------ profiles/arch/x86/use.stable.mask | 2 +- profiles/base/use.mask | 4 ---- 18 files changed, 69 insertions(+), 44 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 571836930ad2..cef30bbc3f28 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -1,5 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors. -# Distributed under the terms of the GNU General Public License, v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind # Matt Turner (22 Dec 2018) # net-libs/zeromq is not keyworded diff --git a/profiles/arch/amd64-fbsd/use.mask b/profiles/arch/amd64-fbsd/use.mask index 4bca0e5e6c2b..09bc13e678ab 100644 --- a/profiles/arch/amd64-fbsd/use.mask +++ b/profiles/arch/amd64-fbsd/use.mask @@ -1,5 +1,5 @@ -# Copyright 1999-2018 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -amd64-fbsd @@ -33,6 +33,10 @@ #-video_cards_vmware -input_devices_vmmouse +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + # Ulrich Müller (01 May 2018) # virtual/mysql is not keyworded. mysql diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 021c66925840..a1ff102e54e2 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -20,10 +20,6 @@ -oci8-instant-client -oracle -# 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/arm/use.mask b/profiles/arch/arm/use.mask index fdcce322d47f..c55bc7dc78d8 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -15,10 +15,6 @@ python_single_target_python3_7 # No ACPI support on arm. Bug #657332 acpi -# 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/arm64/use.mask b/profiles/arch/arm64/use.mask index 09e337b8acdb..513ac9b4da91 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,10 +26,6 @@ -neon -armvfp -# Andreas Sturmlechner (31 Mar 2019) -# Unmask elogind since it is keyworded here. --elogind - # Mart Raudsepp (07 Jan 2019) # Does not work on arm64 until dev-lang/luajit-2.1 # https://github.com/LuaJIT/LuaJIT/issues/26 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index f203094e0830..72ed92e00335 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask # Andreas Sturmlechner (31 Mar 2019) -# sys-auth/elogind not stable yet +# sys-auth/elogind not stable yet. bug #682158 elogind # Mart Raudsepp (07 Feb 2019) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 918546e31212..bb5af3a552e5 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -1,8 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 99163c252009..de1c3b6cc180 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -3,6 +3,10 @@ # This is a list of USE flags that should not be used on ia64. +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 18076f80ec2c..8e4601560303 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -m68k +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + # James Le Cuirot (29 Jun 2017) # Unmask as this profile is big endian. -big-endian diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index 23bccaacd9b2..f0d708c5b6f7 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -mips +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Matt Turner (25 Mar 2018) # Unmask systemd since it is keyworded here. -systemd diff --git a/profiles/arch/powerpc/use.stable.mask b/profiles/arch/powerpc/use.stable.mask index 59721c214c6d..dcbceb3527bb 100644 --- a/profiles/arch/powerpc/use.stable.mask +++ b/profiles/arch/powerpc/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind not stable yet. bug #682158 +elogind + # Matt Turner (25 Apr 2018) # Dropped stable keywords octave diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index 6ecedee6837b..7754e3eb7c86 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -7,6 +7,10 @@ # Unmask ABI flags for this arch. -abi_s390_32 +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck # at keywordreqs. diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask index edb70c15d028..a66f76c57436 100644 --- a/profiles/arch/sh/use.mask +++ b/profiles/arch/sh/use.mask @@ -1,6 +1,10 @@ # Unmask the flag which corresponds to ARCH. -sh +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Kacper Kowalik (9 Aug 2010) # cblas-external as virtual/cblas is also masked cblas-external diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index dfa5461e8807..5f5a439987e3 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -1,11 +1,15 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License, v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -sparc # This file contains a list of useflags that cannot be used on sparc. +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Sergei Trofimovich (12 Dec 2018) # mongodb is not keyworded on sparc mongodb diff --git a/profiles/arch/x86-fbsd/use.mask b/profiles/arch/x86-fbsd/use.mask index bb116708b031..a5de147c236f 100644 --- a/profiles/arch/x86-fbsd/use.mask +++ b/profiles/arch/x86-fbsd/use.mask @@ -1,14 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 - -# Michael Palimaka (21 Jun 2016) -# Unkeyworded -qt5 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -x86-fbsd -abi_x86_32 +# Andreas Sturmlechner (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + +# Michael Palimaka (21 Jun 2016) +# Unkeyworded +qt5 + # Diego Elio Pettenò (21 Aug 2012) # IPMI is only implemented for x86, amd64 and ia64 -ipmi diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index a65fc98edcc2..4cc91a687653 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -1,5 +1,5 @@ -# Copyright 1999-2017 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -x86 @@ -25,10 +25,6 @@ python_single_target_python3_7 -oci8-instant-client -oracle -# 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 66a0ff58b141..0e2ad52b66f3 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. diff --git a/profiles/base/use.mask b/profiles/base/use.mask index fefa096f1f8c..ac83c1441e79 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -26,10 +26,6 @@ postgres_targets_postgres12 # Unkeyworded on most arches, unmasked in supported arch profiles. audacious -# 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 -- 2.26.2