diff options
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.4-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index ab1ecb1612cd..123f1b2cc721 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.796 2010/11/29 20:40:15 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.797 2010/11/29 20:52:13 dirtyepic Exp $ + + 29 Nov 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.4-r2.ebuild, + gcc-4.4.5.ebuild: + Bump patchsets for parallel build error (bug #337715). 29 Nov 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.1-r1.ebuild: Bump patchset to fix graphite ICEs (bug #346445). diff --git a/sys-devel/gcc/gcc-4.4.4-r2.ebuild b/sys-devel/gcc/gcc-4.4.4-r2.ebuild index 5caf21745ed3..1da05a460780 100644 --- a/sys-devel/gcc/gcc-4.4.4-r2.ebuild +++ b/sys-devel/gcc/gcc-4.4.4-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.9 2010/11/29 14:06:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.10 2010/11/29 20:52:13 dirtyepic Exp $ -PATCH_VER="1.2" +PATCH_VER="1.3" UCLIBC_VER="1.0" ETYPE="gcc-compiler" diff --git a/sys-devel/gcc/gcc-4.4.5.ebuild b/sys-devel/gcc/gcc-4.4.5.ebuild index 908345a03cd1..ecc3c1457e6d 100644 --- a/sys-devel/gcc/gcc-4.4.5.ebuild +++ b/sys-devel/gcc/gcc-4.4.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.1 2010/10/17 11:54:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.2 2010/11/29 20:52:13 dirtyepic Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |