diff options
author | 2005-06-01 01:44:11 +0000 | |
---|---|---|
committer | 2005-06-01 01:44:11 +0000 | |
commit | 28dbcd0ba9da89a38d843e3c2e49efa31f207f37 (patch) | |
tree | d7ecf1e73702759cbfe96ce96c24ce9675b215ff /sys-devel | |
parent | amd64/x86 testing (diff) | |
download | gentoo-2-28dbcd0ba9da89a38d843e3c2e49efa31f207f37.tar.gz gentoo-2-28dbcd0ba9da89a38d843e3c2e49efa31f207f37.tar.bz2 gentoo-2-28dbcd0ba9da89a38d843e3c2e49efa31f207f37.zip |
amd64/arm/ia64/x86 testing
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.4.ebuild b/sys-devel/gcc/gcc-3.4.4.ebuild index 701ba2e9e920..94710de843cd 100644 --- a/sys-devel/gcc/gcc-3.4.4.ebuild +++ b/sys-devel/gcc/gcc-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.5 2005/05/30 04:05:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.6 2005/06/01 01:44:11 vapier Exp $ MAN_VER="" PATCH_VER="1.1" @@ -36,7 +36,8 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-*" +# Stuff to test before adding ~arch +KEYWORDS="-* ~amd64 ~arm ~ia64 ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |