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 | f67c580f1fb48fad88730ea1186cb8f2e5306e96 (patch) | |
tree | 8c192b17edfc3d97dc9e16a3740dab00a857891d /profiles | |
parent | Changed to pkg_setup. Closes #53275. (diff) | |
download | historical-f67c580f1fb48fad88730ea1186cb8f2e5306e96.tar.gz historical-f67c580f1fb48fad88730ea1186cb8f2e5306e96.tar.bz2 historical-f67c580f1fb48fad88730ea1186cb8f2e5306e96.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 |