diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-09-20 13:50:37 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-09-20 13:50:37 +0000 |
commit | ef6e7bed97480656ee9b980636740b1a7711001d (patch) | |
tree | 511683161fba02fc0c2a110c80b6cc1ea12f1720 /sys-devel | |
parent | Marked stable on AMD64 based on arch (re)testing by Agostino "ago" Sarubbo in... (diff) | |
download | gentoo-2-ef6e7bed97480656ee9b980636740b1a7711001d.tar.gz gentoo-2-ef6e7bed97480656ee9b980636740b1a7711001d.tar.bz2 gentoo-2-ef6e7bed97480656ee9b980636740b1a7711001d.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #357479.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 343d7d90d3a7..edbc6cddbeb6 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # 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.823 2011/08/13 03:55:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.824 2011/09/20 13:50:37 chainsaw Exp $ + + 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 + #357479. *gcc-4.6.1-r1 (13 Aug 2011) *gcc-4.5.3-r1 (13 Aug 2011) diff --git a/sys-devel/gcc/gcc-4.5.3-r1.ebuild b/sys-devel/gcc/gcc-4.5.3-r1.ebuild index b21d91496441..df66974ec49e 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.1 2011/08/13 03:55:39 dirtyepic Exp $ +# $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 $ 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 |