commit:     a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37
Author:     Daniel Kuehn <lejonet <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 21:28:08 2015 +0000
Commit:     Daniel Kuehn <lejonet <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 21:30:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9dcc0c6

profiles: Move the global mask and arch-specific unmasks to the top of use.mask

Moved the entries for globally masking and arch-specific unmasking to the top
of their respective use.mask file, as instructed by hwoarang

 profiles/arch/amd64/use.mask   | 10 +++++-----
 profiles/arch/arm/use.mask     | 10 +++++-----
 profiles/arch/hppa/use.mask    | 14 +++++++-------
 profiles/arch/powerpc/use.mask |  9 +++++----
 profiles/arch/x86/use.mask     |  9 +++++----
 profiles/base/use.mask         | 13 +++++++------
 6 files changed, 34 insertions(+), 31 deletions(-)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index c6ca828..f8fe6ce 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -10,6 +10,11 @@
 # cilk has been ported to this arch.
 -cilk
 
+# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Mike Gilbert <flop...@gentoo.org> (19 Oct 2014)
 # sys-libs/libapparmor
 -apparmor
@@ -228,9 +233,4 @@ capslib
 # fdk-aac is already keyworded here
 -fdk
 
-# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-
 # NOT NECESSARY - SECTION

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index c30bb1b..a3b6e65 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -1,6 +1,11 @@
 # Unmask the flag which corresponds to ARCH.
 -arm
 
+# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Unmask arm arch specific flags
 -iwmmxt
 
@@ -259,8 +264,3 @@ numa
 # toolkit for nvidia binary drivers
 cg
 
-# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-

diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
index be05a3c..6e2027a 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -3,6 +3,12 @@
 
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
<h...@gentoo.org>.
 
+# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
+# ACKED-BY: jer
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Jeroen Roovers <j...@gentoo.org> (16 Oct 2015)
 # HPPA has no NUMA support in the kernel
 numa
@@ -350,7 +356,7 @@ h323
 # Doug Goldstein <car...@gentoo.org> (27 Apr 2007)
 # Dell does not ship or sell HPPA systems
 dell
-
+p
 # Matt Turner <matts...@gentoo.org) (10 Feb 2012)
 # mask d3d since we don't have wine
 d3d
@@ -359,10 +365,4 @@ d3d
 # mask wayland since dev-libs/wayland isn't keyworded
 wayland
 
-# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
-# ACKED-BY: jer
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
-
 # DON'T TOUCH THIS FILE. Instead, file a bug and assign it to 
<h...@gentoo.org>.

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index dce5207..182d14d 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -1,6 +1,11 @@
 # PPC Specific use flags
 #
 
+# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # Jeroen Roovers <j...@gentoo.org> (22 Sep 2015)
 # sci-libs/mkl is not supported on PPC
 mkl
@@ -230,8 +235,4 @@ clvm
 # Unmask systemd since it is keyworded here.
 -systemd
 
-# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
 

diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
index 5c61d14..ec44ea3 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -5,6 +5,11 @@
 # Unmask the flag which corresponds to ARCH.
 -x86
 
+# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
 # cilk has been ported to this arch.
 -cilk
 
@@ -211,8 +216,4 @@ win64
 # fdk-aac is already keyworded here
 -fdk
 
-# 2015/11/13 - Daniel Kuehn <lejo...@gentoo.org>
-# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
-# 540540 and 525674
--sssd
 

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 258a744..ae48a6d 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -2,6 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Daniel Kuehn <lejo...@gentoo.org> (13 Nov 2015)
+# Masking sssd USE-flag globally and unmasking it on the tested arches
+# to stop minor arches from blocking major arches AND prevent the dropping
+# of keywords on sudo for said minor arches, in regards to ssd and sudo bugs
+# 540540 and 525674
+sssd
+
 # php 7 is still masked for testing
 php_targets_php7-0
 
@@ -391,9 +398,3 @@ openrc-force
 # sys-libs/libapparmor
 apparmor
 
-# Daniel Kuehn <lejo...@gentoo.org> (13 Nov 2015)
-# Masking sssd USE-flag globally and unmasking it on the tested arches
-# to stop minor arches from blocking major arches AND prevent the dropping
-# of keywords on sudo for said minor arches, in regards to ssd and sudo bugs
-# 540540 and 525674
-sssd

Reply via email to