diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-09-25 01:52:54 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-09-25 01:52:54 +0000 |
commit | bc987587e5577b97ab84ae84dee098723dfece28 (patch) | |
tree | 967df871d99a7a010ca507ae3bc42c408f75cee2 /sys-devel | |
parent | x86 stable wrt bug #360621 (diff) | |
download | gentoo-2-bc987587e5577b97ab84ae84dee098723dfece28.tar.gz gentoo-2-bc987587e5577b97ab84ae84dee098723dfece28.tar.bz2 gentoo-2-bc987587e5577b97ab84ae84dee098723dfece28.zip |
x86 stable wrt bug #357479
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-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 a3b6d79917d4..34c278c73924 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.825 2011/09/23 17:14:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.826 2011/09/25 01:52:54 phajdan.jr Exp $ + + 25 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gcc-4.5.3-r1.ebuild: + x86 stable wrt bug #357479 23 Sep 2011; Kacper Kowalik <xarthisius@gentoo.org> gcc-4.5.3-r1.ebuild: ppc/ppc64 stable wrt #357479 diff --git a/sys-devel/gcc/gcc-4.5.3-r1.ebuild b/sys-devel/gcc/gcc-4.5.3-r1.ebuild index 78a2d38d3743..34a6ba687c4c 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.3 2011/09/23 17:14:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r1.ebuild,v 1.4 2011/09/25 01:52:54 phajdan.jr 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 |