diff options
author | Tom Gall <tgall@gentoo.org> | 2006-12-31 05:53:07 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2006-12-31 05:53:07 +0000 |
commit | 8590af0f980f4a90dad575b53bb61d49edcc9a80 (patch) | |
tree | 5d53054ca425735190b543028fc053def89973e7 /sys-devel/gcc | |
parent | Version bumped. (diff) | |
download | gentoo-2-8590af0f980f4a90dad575b53bb61d49edcc9a80.tar.gz gentoo-2-8590af0f980f4a90dad575b53bb61d49edcc9a80.tar.bz2 gentoo-2-8590af0f980f4a90dad575b53bb61d49edcc9a80.zip |
stable on ppc64, bug #159460
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index b615c8473b72..014f52b1e56e 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.595 2006/12/30 20:09:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.596 2006/12/31 05:53:07 tgall Exp $ + + 30 Dec 2006; Tom Gall <tgall@gentoo.org> gcc-3.4.6-r2.ebuild: + stable on ppc64, bug #159250 30 Dec 2006; Andrej Kacian <ticho@gentoo.org> gcc-3.4.6-r2.ebuild: Stable on x86, bug #159250. diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 0ad1ce50e220..991007179ce0 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.11 2006/12/30 20:09:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.12 2006/12/31 05:53:07 tgall Exp $ MAN_VER="" PATCH_VER="1.4" @@ -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 ~ia64 ~mips ~ppc ~ppc64 ~s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="-* alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~s390 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 |