diff options
author | Daniel Kuehn <lejonet@gentoo.org> | 2015-11-13 22:28:08 +0100 |
---|---|---|
committer | Daniel Kuehn <lejonet@gentoo.org> | 2015-11-13 22:30:59 +0100 |
commit | a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37 (patch) | |
tree | c04b14636a07c3fc39757831ae98099bbc1052b4 /profiles/arch/x86 | |
parent | ee2ece6efca13f0c682860545f20ecd2fc008d8b (diff) | |
download | gentoo-a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37.tar.gz gentoo-a9dcc0c6e1ffde18035c9cb85c83f3749bb52c37.tar.xz |
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/arch/x86')
-rw-r--r-- | profiles/arch/x86/use.mask | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 5c61d14176d..ec44ea326a3 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 |