diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-09-21 00:12:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-09-21 00:12:01 +0000 |
commit | 4c3eb95b3b87e1dcc04ec9d61dcf0dffc4fb4408 (patch) | |
tree | 7af9c3dfe146efc565c72195dfbe5b6544fe2a39 /profiles/arch/base/use.mask | |
parent | Version bump. (diff) | |
download | gentoo-2-4c3eb95b3b87e1dcc04ec9d61dcf0dffc4fb4408.tar.gz gentoo-2-4c3eb95b3b87e1dcc04ec9d61dcf0dffc4fb4408.tar.bz2 gentoo-2-4c3eb95b3b87e1dcc04ec9d61dcf0dffc4fb4408.zip |
Mask and force USE flags that correspond to ARCH values. All arch profiles
now inherit from arch/base, which masks the USE flags that correspond to
all possible ARCH values. Each of the individual arch profiles unmasks and
forces the USE flag which corresponds to its ARCH value.
Diffstat (limited to 'profiles/arch/base/use.mask')
-rw-r--r-- | profiles/arch/base/use.mask | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask new file mode 100644 index 000000000000..7c6e2e769425 --- /dev/null +++ b/profiles/arch/base/use.mask @@ -0,0 +1,16 @@ +# Mask flags that correspond to all possible ARCH values. +alpha +amd64 +arm +hppa +ia64 +m68k +mips +ppc +ppc64 +s390 +sh +sparc +sparc-fbsd +x86 +x86-fbsd |