commit: 4f36108c955b74cc3c91fe748099f68effa4829c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 31 20:35:53 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 31 22:13:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f36108c
profiles: Move elogind from base/use.mask to arch/*/use.mask Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> 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 571836930ad..cef30bbc3f2 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind # Matt Turner <matts...@gentoo.org> (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 4bca0e5e6c2..09bc13e678a 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + # Ulrich Müller <u...@gentoo.org> (01 May 2018) # virtual/mysql is not keyworded. mysql diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 021c6692584..a1ff102e54e 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 <kensing...@gentoo.org> (03 Jun 2017) -# Unmask elogind since it is keyworded here. --elogind - # Sven Wegener <swege...@gentoo.org> (31 May 2017) # libvirt is supported on amd64 -libvirt diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index fdcce322d47..c55bc7dc78d 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 <kensing...@gentoo.org> (03 Jun 2017) -# Unmask elogind since it is keyworded here. --elogind - # Patrick Lauer <patr...@gentoo.org> (28 Apr 2015) # Dependencies not keyworded ayatana diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 09e337b8acd..513ac9b4da9 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,10 +26,6 @@ -neon -armvfp -# Andreas Sturmlechner <ast...@gentoo.org> (31 Mar 2019) -# Unmask elogind since it is keyworded here. --elogind - # Mart Raudsepp <l...@gentoo.org> (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 f203094e083..72ed92e0033 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 <ast...@gentoo.org> (31 Mar 2019) -# sys-auth/elogind not stable yet +# sys-auth/elogind not stable yet. bug #682158 elogind # Mart Raudsepp <l...@gentoo.org> (07 Feb 2019) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 918546e3121..bb5af3a552e 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny <mgo...@gentoo.org> (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 99163c25200..de1c3b6cc18 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny <mgo...@gentoo.org> (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 18076f80ec2..8e460156030 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + # James Le Cuirot <ch...@gentoo.org> (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 23bccaacd9b..f0d708c5b6f 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Matt Turner <matts...@gentoo.org> (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 59721c214c6..dcbceb3527b 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind not stable yet. bug #682158 +elogind + # Matt Turner <matts...@gentoo.org> (25 Apr 2018) # Dropped stable keywords octave diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index 6ecedee6837..7754e3eb7c8 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Michał Górny <mgo...@gentoo.org> (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 edb70c15d02..a66f76c5743 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Kacper Kowalik <xarthis...@gentoo.org> (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 dfa5461e880..5f5a439987e 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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not yet keyworded here. bug #681200 +elogind + # Sergei Trofimovich <sly...@gentoo.org> (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 bb116708b03..a5de147c236 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 <kensing...@gentoo.org> (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 <ast...@gentoo.org> (31 Mar 2019) +# sys-auth/elogind is not keyworded here. +elogind + +# Michael Palimaka <kensing...@gentoo.org> (21 Jun 2016) +# Unkeyworded +qt5 + # Diego Elio Pettenò <flamee...@gentoo.org> (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 a65fc98edcc..4cc91a68765 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 <kensing...@gentoo.org> (03 Jun 2017) -# Unmask elogind since it is keyworded here. --elogind - # Sven Wegener <swege...@gentoo.org> (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 66a0ff58b14..0e2ad52b66f 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 fefa096f1f8..ac83c1441e7 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 <kensing...@gentoo.org> (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