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 | 5f46c495b08c4bfc0a9a7f3ca93a9ee79ba05a67 (patch) | |
tree | b988f581cf771d89e28b3a2a46431096467bd569 /profiles/arch/x86 | |
parent | Version bump. (diff) | |
download | historical-5f46c495b08c4bfc0a9a7f3ca93a9ee79ba05a67.tar.gz historical-5f46c495b08c4bfc0a9a7f3ca93a9ee79ba05a67.tar.bz2 historical-5f46c495b08c4bfc0a9a7f3ca93a9ee79ba05a67.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/x86')
-rw-r--r-- | profiles/arch/x86/parent | 1 | ||||
-rw-r--r-- | profiles/arch/x86/use.force | 2 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/profiles/arch/x86/parent b/profiles/arch/x86/parent new file mode 100644 index 000000000000..eb001c6e8ab8 --- /dev/null +++ b/profiles/arch/x86/parent @@ -0,0 +1 @@ +../base diff --git a/profiles/arch/x86/use.force b/profiles/arch/x86/use.force new file mode 100644 index 000000000000..049e7af15419 --- /dev/null +++ b/profiles/arch/x86/use.force @@ -0,0 +1,2 @@ +# Force the flag which corresponds to ARCH. +x86 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index a500aa079d48..4c7dae258dee 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -1,6 +1,9 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.5 2008/05/10 19:41:29 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.6 2008/09/21 00:12:01 zmedico Exp $ + +# Unmask the flag which corresponds to ARCH. +-x86 # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's |