diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-30 13:10:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-30 13:12:43 +0100 |
commit | b7391e1e634a139bcbef60132e72061ad6f538cc (patch) | |
tree | 11571acb31429ed212546f3e54fde1544d29f273 /profiles/hardened | |
parent | profiles/prefix/sunos: Remove non-existing ABI_SPARC flag settings (diff) | |
download | gentoo-b7391e1e634a139bcbef60132e72061ad6f538cc.tar.gz gentoo-b7391e1e634a139bcbef60132e72061ad6f538cc.tar.bz2 gentoo-b7391e1e634a139bcbef60132e72061ad6f538cc.zip |
profiles: Remove use.mask entries for missing/irrelevant flags
Remove the use.mask entries referencing USE flags that are not valid
global USE flags and that are either not used by any packages in Gentoo
or the packages using them are not keyworded for the relevant
architectures.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/amd64/no-multilib/use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/powerpc/ppc64/use.mask | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/profiles/hardened/linux/amd64/no-multilib/use.mask b/profiles/hardened/linux/amd64/no-multilib/use.mask index 58ee5df13b40..8884ba565956 100644 --- a/profiles/hardened/linux/amd64/no-multilib/use.mask +++ b/profiles/hardened/linux/amd64/no-multilib/use.mask @@ -17,7 +17,3 @@ hvm # 2008/02/13 - Chris Gianelloni <wolf31o2@gentoo.org> # Mask multilib, since we cannot use it. multilib - -# 2009/05/11 Doug Goldstein <cardoe@gentoo.org> -# Mask 32bit since this will always require emulation packages -32bit diff --git a/profiles/hardened/linux/powerpc/ppc64/use.mask b/profiles/hardened/linux/powerpc/ppc64/use.mask index 75e2892ae0bd..3b65232662f7 100644 --- a/profiles/hardened/linux/powerpc/ppc64/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/use.mask @@ -17,7 +17,6 @@ portaudio # mask mozilla/firefox (bug #108020) mozilla -firefox seamonkey # 2006/03/20 - Donnie Berkholz <dberkholz@gentoo.org> |