commit:     eaa1495dc679480017802639bcc26575d9d973fa
Author:     Daniel Kuehn <lejonet <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 09:32:22 2015 +0000
Commit:     Daniel Kuehn <lejonet <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 13:08:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa1495d

profiles: Globally mask USE-flag sssd

Masking the sssd USE-flag globally and unmasking it in the tested arches
to stop minor arches sfrom blocking major arches AND prevent the dropping
of keywords on sudo for said minor arches, in regards to sssd and sudo bugs
540540 and 525674

 profiles/arch/amd64/use.mask   | 5 +++++
 profiles/arch/arm/use.mask     | 6 ++++++
 profiles/arch/hppa/use.mask    | 6 ++++++
 profiles/arch/powerpc/use.mask | 6 ++++++
 profiles/arch/x86/use.mask     | 6 ++++++
 profiles/base/use.mask         | 7 +++++++
 6 files changed, 36 insertions(+)

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index a2e13df..c6ca828 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -228,4 +228,9 @@ 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 2c0c6b3..c30bb1b 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -258,3 +258,9 @@ 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 59a4b52..be05a3c 100644
--- a/profiles/arch/hppa/use.mask
+++ b/profiles/arch/hppa/use.mask
@@ -359,4 +359,10 @@ 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 ee86b3a..dce5207 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -229,3 +229,9 @@ clvm
 # Pacho Ramos <pa...@gentoo.org> (08 Jan 2014)
 # 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 2f7c246..5c61d14 100644
--- a/profiles/arch/x86/use.mask
+++ b/profiles/arch/x86/use.mask
@@ -210,3 +210,9 @@ 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 9fc7df3..258a744 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -390,3 +390,10 @@ openrc-force
 # Mike Gilbert <flop...@gentoo.org> (19 Oct 2014)
 # 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