summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kuehn <lejonet@gentoo.org>2015-11-13 22:28:08 +0100
committerDaniel Kuehn <lejonet@gentoo.org>2015-11-13 22:30:59 +0100
commita9dcc0c6e1ffde18035c9cb85c83f3749bb52c37 (patch)
treec04b14636a07c3fc39757831ae98099bbc1052b4 /profiles
parentapp-doc/pms: Version bump. (diff)
downloadgentoo-a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37.tar.gz
gentoo-a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37.tar.bz2
gentoo-a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37.zip
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
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64/use.mask10
-rw-r--r--profiles/arch/arm/use.mask10
-rw-r--r--profiles/arch/hppa/use.mask14
-rw-r--r--profiles/arch/powerpc/use.mask9
-rw-r--r--profiles/arch/x86/use.mask9
-rw-r--r--profiles/base/use.mask13
6 files changed, 34 insertions, 31 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index c6ca82899a27..f8fe6ce1d8ce 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 <lejonet@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
# Mike Gilbert <floppym@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 <lejonet@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 c30bb1b76d83..a3b6e65daed8 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 <lejonet@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 <lejonet@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 be05a3c215cb..6e2027aa0ba4 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 <hppa@gentoo.org>.
+# 2015/11/13 - Daniel Kuehn <lejonet@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 <jer@gentoo.org> (16 Oct 2015)
# HPPA has no NUMA support in the kernel
numa
@@ -350,7 +356,7 @@ h323
# Doug Goldstein <cardoe@gentoo.org> (27 Apr 2007)
# Dell does not ship or sell HPPA systems
dell
-
+p
# Matt Turner <mattst88@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 <lejonet@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 <hppa@gentoo.org>.
diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index dce52075d60d..182d14ddd618 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 <lejonet@gentoo.org>
+# Unmask sssd USE-flag as it is tested on this arch in regards to bugs
+# 540540 and 525674
+-sssd
+
# Jeroen Roovers <jer@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 <lejonet@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 5c61d14176d3..ec44ea326a35 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 <lejonet@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 <lejonet@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 258a744f0c39..ae48a6dccd66 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 <lejonet@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 <lejonet@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