diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-23 17:14:26 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-23 17:14:26 +0000 |
commit | 46ee7868ab22584497194a73125808575e63c55e (patch) | |
tree | 7eb0b4c7134d8f48ce4cab382524f817ec0ae439 /sys-devel/gcc | |
parent | Patch by Ian "idella4" Delaney to clear -Werror, stopping GCC 4.5 build failu... (diff) | |
download | gentoo-2-46ee7868ab22584497194a73125808575e63c55e.tar.gz gentoo-2-46ee7868ab22584497194a73125808575e63c55e.tar.bz2 gentoo-2-46ee7868ab22584497194a73125808575e63c55e.zip |
ppc/ppc64 stable wrt #357479
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index edbc6cddbeb6..a3b6d79917d4 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.824 2011/09/20 13:50:37 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.825 2011/09/23 17:14:26 xarthisius Exp $ + + 23 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> gcc-4.5.3-r1.ebuild: + ppc/ppc64 stable wrt #357479 20 Sep 2011; Tony Vroon <chainsaw@gentoo.org> gcc-4.5.3-r1.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug diff --git a/sys-devel/gcc/gcc-4.5.3-r1.ebuild b/sys-devel/gcc/gcc-4.5.3-r1.ebuild index df66974ec49e..78a2d38d3743 100644 --- a/sys-devel/gcc/gcc-4.5.3-r1.ebuild +++ b/sys-devel/gcc/gcc-4.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r1.ebuild,v 1.2 2011/09/20 13:50:37 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r1.ebuild,v 1.3 2011/09/23 17:14:26 xarthisius Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -24,7 +24,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/zlib-1.1.4 |