summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2004-07-25 15:25:36 +0000
committerDaniel Goller <morfic@gentoo.org>2004-07-25 15:25:36 +0000
commitd5c56b67c189b50e72ea0031d818a16b14f208e9 (patch)
tree2ee2a213d3008a72520b990fa6db3a6f2ddb6502 /profiles/gcc34-x86-2004.2
parentinitial ebuild (diff)
downloadgentoo-2-d5c56b67c189b50e72ea0031d818a16b14f208e9.tar.gz
gentoo-2-d5c56b67c189b50e72ea0031d818a16b14f208e9.tar.bz2
gentoo-2-d5c56b67c189b50e72ea0031d818a16b14f208e9.zip
dont even let them try x86/stable with gcc3.4 profile
Diffstat (limited to 'profiles/gcc34-x86-2004.2')
-rw-r--r--profiles/gcc34-x86-2004.2/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/gcc34-x86-2004.2/make.defaults b/profiles/gcc34-x86-2004.2/make.defaults
index c49a0dfac988..e42a200d92ab 100644
--- a/profiles/gcc34-x86-2004.2/make.defaults
+++ b/profiles/gcc34-x86-2004.2/make.defaults
@@ -15,6 +15,6 @@ USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm imlib
ARCH="x86"
COMPILER="gcc3"
-ACCEPT_KEYWORDS="x86"
+ACCEPT_KEYWORDS="x86 ~x86"
CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"