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/m68k | |
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/m68k')
-rw-r--r-- | profiles/arch/m68k/parent | 1 | ||||
-rw-r--r-- | profiles/arch/m68k/use.force | 2 | ||||
-rw-r--r-- | profiles/arch/m68k/use.mask | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/profiles/arch/m68k/parent b/profiles/arch/m68k/parent new file mode 100644 index 000000000000..eb001c6e8ab8 --- /dev/null +++ b/profiles/arch/m68k/parent @@ -0,0 +1 @@ +../base diff --git a/profiles/arch/m68k/use.force b/profiles/arch/m68k/use.force new file mode 100644 index 000000000000..f69a0469b48e --- /dev/null +++ b/profiles/arch/m68k/use.force @@ -0,0 +1,2 @@ +# Force the flag which corresponds to ARCH. +m68k diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 8f01c7223881..dfcba8d5ec2e 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,3 +1,6 @@ +# Unmask the flag which corresponds to ARCH. +-m68k + hardened # Paul de Vrieze <pauldv@gentoo.org> |