diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-08-17 16:41:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-08-17 16:41:21 +0000 |
commit | bd04f0bd3b3dc112ec9aaf82a8af70dd40a68000 (patch) | |
tree | cb741e0a96e67e58bc3b5bf8e30b10d95a82e95d /sys-devel | |
parent | Fix for bug #60501 (Manifest recommit) (diff) | |
download | gentoo-2-bd04f0bd3b3dc112ec9aaf82a8af70dd40a68000.tar.gz gentoo-2-bd04f0bd3b3dc112ec9aaf82a8af70dd40a68000.tar.bz2 gentoo-2-bd04f0bd3b3dc112ec9aaf82a8af70dd40a68000.zip |
~ppc gcc bump
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7d6f14904b90..d87e65cc877e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.306 2004/08/15 07:31:35 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.307 2004/08/17 16:41:21 lu_zero Exp $ + + 17 Aug 2004; Luca Barbato <lu_zero@gentoo.org> gcc-3.4.1-r2.ebuild: + Marked ~ppc 14 Aug 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.0-r6.ebuild, gcc-3.4.1-r2.ebuild, gcc-3.4.1.ebuild: diff --git a/sys-devel/gcc/gcc-3.4.1-r2.ebuild b/sys-devel/gcc/gcc-3.4.1-r2.ebuild index f9c8a15c2089..addde812ae19 100644 --- a/sys-devel/gcc/gcc-3.4.1-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.9 2004/08/15 07:31:35 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.10 2004/08/17 16:41:21 lu_zero Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -12,7 +12,7 @@ LICENSE="GPL-2 LGPL-2.1" # previous release known to b0rk glibc on hppa... i dont know if this bug # still exists, so i'll keep in the -hppa... -KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa" +KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa ~ppc" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke |