diff options
author | George Shapovalov <george@gentoo.org> | 2004-06-10 01:46:12 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2004-06-10 01:46:12 +0000 |
commit | 52b2cae4c64991c7d10271a56c470f3afb0857bf (patch) | |
tree | 8f4a6bf777b541747f2023a55821c5248aa1b537 /profiles | |
parent | Changed to pkg_setup. Closes #53275. (Manifest recommit) (diff) | |
download | gentoo-2-52b2cae4c64991c7d10271a56c470f3afb0857bf.tar.gz gentoo-2-52b2cae4c64991c7d10271a56c470f3afb0857bf.tar.bz2 gentoo-2-52b2cae4c64991c7d10271a56c470f3afb0857bf.zip |
added ifc to use.mask for amd64 profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-amd64-1.4/use.mask | 4 | ||||
-rw-r--r-- | profiles/default-amd64-2004.0/use.mask | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/profiles/default-amd64-1.4/use.mask b/profiles/default-amd64-1.4/use.mask index 2f9500984a49..013b1a6e769d 100644 --- a/profiles/default-amd64-1.4/use.mask +++ b/profiles/default-amd64-1.4/use.mask @@ -32,3 +32,7 @@ directfb # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux + +# versions that are in portage do not support amd64, +# will be removed when Intel issues an update and it gets into portage +ifc diff --git a/profiles/default-amd64-2004.0/use.mask b/profiles/default-amd64-2004.0/use.mask index a514b524a081..6a916a312f9c 100644 --- a/profiles/default-amd64-2004.0/use.mask +++ b/profiles/default-amd64-2004.0/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/default-amd64-2004.0/use.mask,v 1.3 2004/03/31 22:57:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-amd64-2004.0/use.mask,v 1.4 2004/06/10 01:46:12 george Exp $ # Anything that relies on vm86.h will not built on amd64 # SVGAlib doesnt build @@ -34,3 +34,8 @@ selinux # x86 binary only, used by php fdftk + +# versions that are in portage do not support amd64, +# will be removed when Intel issues an update and it gets into portage +# (it seems to be in the works) +ifc |