diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-02 01:10:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-02 01:10:12 +0000 |
commit | 79a90eccd9e4f3d8ac33b40ceaf9a2d7ba512996 (patch) | |
tree | ae4298dbfb083ce1a13d0b873b03e9f185f56c65 /sys-devel | |
parent | Version bump, remove old versions. (diff) | |
download | historical-79a90eccd9e4f3d8ac33b40ceaf9a2d7ba512996.tar.gz historical-79a90eccd9e4f3d8ac33b40ceaf9a2d7ba512996.tar.bz2 historical-79a90eccd9e4f3d8ac33b40ceaf9a2d7ba512996.zip |
ia64 love
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 316c5c27237e..4357d10813e6 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.5 2006/09/09 02:48:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.6 2006/10/02 01:10:12 vapier Exp $ MAN_VER="" PATCH_VER="1.2" @@ -40,7 +40,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-* ~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" # 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 |