diff options
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.4-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index e9d8ab936330..5b0c0fd8712c 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.768 2010/08/01 03:10:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.769 2010/08/01 21:04:50 dirtyepic Exp $ + + 01 Aug 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.3-r3.ebuild, + gcc-4.4.4-r1.ebuild: + Patchset bump to fix bug #327191 for SH. 01 Aug 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.4-r1.ebuild: Drop hppa STAGE1_CFLAGS hack (bug #326539). diff --git a/sys-devel/gcc/gcc-4.4.3-r3.ebuild b/sys-devel/gcc/gcc-4.4.3-r3.ebuild index 83cb45e84769..97592082641c 100644 --- a/sys-devel/gcc/gcc-4.4.3-r3.ebuild +++ b/sys-devel/gcc/gcc-4.4.3-r3.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.3-r3.ebuild,v 1.1 2010/06/19 01:53:09 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r3.ebuild,v 1.2 2010/08/01 21:04:50 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.4-r1.ebuild b/sys-devel/gcc/gcc-4.4.4-r1.ebuild index c2888a25427d..1a105a9b9b77 100644 --- a/sys-devel/gcc/gcc-4.4.4-r1.ebuild +++ b/sys-devel/gcc/gcc-4.4.4-r1.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-r1.ebuild,v 1.3 2010/08/01 03:10:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v 1.4 2010/08/01 21:04:50 dirtyepic Exp $ -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |