diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-25 06:24:21 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-25 06:24:21 +0000 |
commit | bb84d81ea11b5d63abe0663786dadbe7f1a1f1f8 (patch) | |
tree | 4e7587378b0711bde8ddf2cfa30dc95fb2454e0a /profiles | |
parent | missing xv flag, kudos to chriswhite for catching it (repoman isn't catching ... (diff) | |
download | historical-bb84d81ea11b5d63abe0663786dadbe7f1a1f1f8.tar.gz historical-bb84d81ea11b5d63abe0663786dadbe7f1a1f1f8.tar.bz2 historical-bb84d81ea11b5d63abe0663786dadbe7f1a1f1f8.zip |
sync use.mask up with default-amd64-2004.2
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/gcc34-amd64-2004.1/use.mask | 62 |
1 files changed, 39 insertions, 23 deletions
diff --git a/profiles/gcc34-amd64-2004.1/use.mask b/profiles/gcc34-amd64-2004.1/use.mask index 712a2673f51c..ccf0d63d845a 100644 --- a/profiles/gcc34-amd64-2004.1/use.mask +++ b/profiles/gcc34-amd64-2004.1/use.mask @@ -1,14 +1,43 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-amd64-2004.1/use.mask,v 1.5 2004/07/22 07:48:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/gcc34-amd64-2004.1/use.mask,v 1.6 2004/07/25 06:24:21 lv Exp $ +# WON'T BUILD - SECTION + +# 2004/06/22 - Taken from 2004.0 profile # Anything that relies on vm86.h will not built on amd64 # SVGAlib doesnt build svga -# There is no JDK for x86_64 yet -#java -#jikes -#junit +# 2004/06/22 - Taken from 2004.0 profile +# Firebird doesnt build on amd64 +firebird + +# 2004/06/22 - Taken from 2004.0 profile +# x86 binary only, used by php +fdftk + +# 2004/06/22 - Danny van Dyk <kugelfang@gentoo.org> +# version in portage does not work on amd64 yet +uclibc + +# 2004/06/22 - Taken from 2004.0 profile +# 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) +icc +ifc + +# 2004/06/22 - Taken from 2004.0 profile +# masked +3dfx + +# 2004/07/22 - Danny van Dyk <kugelfang@gentoo.org> +# libcaca part of libSDL causes breakage due to missing shared object. +# BUG #53857 +libcaca +# NOT NECESSARY - SECTION + +# 2004/06/22 - Taken from 2004.0 profile # Too many packages assume that mmx/sse/sse2/3dnow are 86-32 only things to # make them useful on amd64. Anyway, all amd64 cpus have them, so they should # not be many flag dependant in this case @@ -17,29 +46,16 @@ sse sse2 3dnow -# x86 binary only for now -icc - -# Firebird doesnt build on amd64 -firebird - -# Updated 03/21/2004, Jason Huebel <jhuebel@gentoo.org> -# DirectFB works now -# DirectFB doesnt build on amd64 -# directfb - +# 2004/06/22 - Taken from 2004.0 profile # Chris PeBenito <pebenito@gentoo.org> # must use a SELinux profile selinux -# x86 binary only, used by php -fdftk - -# masked -3dfx +# 2004/06/25 - Danny van Dyk <kugelfang@gentoo.org> +# Known BUGs (#54760) + lack of brain/man power to maintain "hardened" in the +# default profile. Use the hardened profile instead. +hardened uclibc # altivec is a ppc instruction set. altivec - -ifc |