diff options
author | 2004-03-14 17:13:46 +0000 | |
---|---|---|
committer | 2004-03-14 17:13:46 +0000 | |
commit | ec9fd51d3523ca5d57d005c9a507668bc83352d0 (patch) | |
tree | 042235a2c640451890b970ab2fb7d96e906da536 /profiles | |
parent | Added ~mips keyword. (Manifest recommit) (diff) | |
download | gentoo-2-ec9fd51d3523ca5d57d005c9a507668bc83352d0.tar.gz gentoo-2-ec9fd51d3523ca5d57d005c9a507668bc83352d0.tar.bz2 gentoo-2-ec9fd51d3523ca5d57d005c9a507668bc83352d0.zip |
mimic use.mask from default-mips profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/cobalt-mips-1.4/use.mask | 45 | ||||
-rw-r--r-- | profiles/default-mips64-1.4/use.mask | 50 |
2 files changed, 95 insertions, 0 deletions
diff --git a/profiles/cobalt-mips-1.4/use.mask b/profiles/cobalt-mips-1.4/use.mask index 1b4be79042cb..6e6d3615c376 100644 --- a/profiles/cobalt-mips-1.4/use.mask +++ b/profiles/cobalt-mips-1.4/use.mask @@ -1,3 +1,5 @@ +# $Header: /var/cvsroot/gentoo-x86/profiles/cobalt-mips-1.4/use.mask,v 1.2 2004/03/14 17:11:58 kumba Exp $ + # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile @@ -7,3 +9,46 @@ selinux # There is no java in this profile (if there is it must be available). Without # this repoman will fail on apps like sys-libs/db java + +# Aron Griffis <agriffis@gentoo.org> +# acl doesn't build on mips atm. Mask it so that vim quits +# complaining +acl + + +# Flags which aren't applicable to mips (Mostly copied from sparc) +3dfx +3dnow +acpi +afs +altivec +apm +arts +directfb +icc +icc-pgo +informix +firebird +ggi +lirc +mmx +oci8 +sse +svga +tcc +trusted +voodoo3 + + +# And arch keyword flags that don't work + +x86 +ppc +alpha +hppa +arm +amd64 +ia64 +ppc64 +s390 + diff --git a/profiles/default-mips64-1.4/use.mask b/profiles/default-mips64-1.4/use.mask index 54021e6ada55..28217bef555e 100644 --- a/profiles/default-mips64-1.4/use.mask +++ b/profiles/default-mips64-1.4/use.mask @@ -1,4 +1,54 @@ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-mips64-1.4/use.mask,v 1.2 2004/03/14 17:13:46 kumba Exp $ + # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux + +# Paul de Vrieze <pauldv@gentoo.org> +# There is no java in this profile (if there is it must be available). Without +# this repoman will fail on apps like sys-libs/db +java + +# Aron Griffis <agriffis@gentoo.org> +# acl doesn't build on mips atm. Mask it so that vim quits +# complaining +acl + + +# Flags which aren't applicable to mips (Mostly copied from sparc) +3dfx +3dnow +acpi +afs +altivec +apm +arts +directfb +icc +icc-pgo +informix +firebird +ggi +lirc +mmx +oci8 +sse +svga +tcc +trusted +voodoo3 + + +# And arch keyword flags that don't work + +x86 +ppc +alpha +hppa +arm +amd64 +ia64 +ppc64 +s390 + |