diff options
author | 2008-09-21 00:12:01 +0000 | |
---|---|---|
committer | 2008-09-21 00:12:01 +0000 | |
commit | 4c3eb95b3b87e1dcc04ec9d61dcf0dffc4fb4408 (patch) | |
tree | 7af9c3dfe146efc565c72195dfbe5b6544fe2a39 /profiles/arch/mips | |
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/mips')
-rw-r--r-- | profiles/arch/mips/parent | 1 | ||||
-rw-r--r-- | profiles/arch/mips/use.force | 2 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/profiles/arch/mips/parent b/profiles/arch/mips/parent new file mode 100644 index 000000000000..eb001c6e8ab8 --- /dev/null +++ b/profiles/arch/mips/parent @@ -0,0 +1 @@ +../base diff --git a/profiles/arch/mips/use.force b/profiles/arch/mips/use.force new file mode 100644 index 000000000000..d2550377e45c --- /dev/null +++ b/profiles/arch/mips/use.force @@ -0,0 +1,2 @@ +# Force the flag which corresponds to ARCH. +mips diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index dde59c339f9b..47f5c229cd80 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,7 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.7 2008/05/03 22:20:47 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.8 2008/09/21 00:11:56 zmedico Exp $ + +# Unmask the flag which corresponds to ARCH. +-mips # Ryan Hill <dirtyepic@gentoo.org> # Various Gnome flags |