diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.4.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index db862fb439ea..dab392c5c645 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.745 2010/03/25 20:33:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.746 2010/03/28 20:35:46 halcy0n Exp $ + + 28 Mar 2010; Mark Loeser <halcy0n@gentoo.org> gcc-4.3.4.ebuild, + gcc-4.4.3.ebuild: + Fix patch exclusion; bug #309279 25 Mar 2010; Mark Loeser <halcy0n@gentoo.org> gcc-4.4.3.ebuild: Excluding alpha patch for bug #309279 diff --git a/sys-devel/gcc/gcc-4.3.4.ebuild b/sys-devel/gcc/gcc-4.3.4.ebuild index dc18c696ef16..75771e82fb07 100644 --- a/sys-devel/gcc/gcc-4.3.4.ebuild +++ b/sys-devel/gcc/gcc-4.3.4.ebuild @@ -1,8 +1,9 @@ # 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.3.4.ebuild,v 1.12 2010/03/03 18:42:01 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.4.ebuild,v 1.13 2010/03/28 20:35:46 halcy0n Exp $ -GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch" #262567 +GENTOO_PATCH_EXCLUDE="69_all_gcc43-pr39013.patch \ +02_all_gcc-4.3-alpha-PR42113.patch" #262567 #309279 PATCH_VER="1.1" UCLIBC_VER="1.0" diff --git a/sys-devel/gcc/gcc-4.4.3.ebuild b/sys-devel/gcc/gcc-4.4.3.ebuild index 11a9ce1c809f..6d4ad27b81dc 100644 --- a/sys-devel/gcc/gcc-4.4.3.ebuild +++ b/sys-devel/gcc/gcc-4.4.3.ebuild @@ -1,14 +1,12 @@ # 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.ebuild,v 1.2 2010/03/25 20:33:57 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3.ebuild,v 1.3 2010/03/28 20:35:46 halcy0n Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" ETYPE="gcc-compiler" -GENTOO_PATCH_EXCLUDE="02_all_gcc-4.3-alpha-PR42113.patch" #309279 - # Hardened gcc 4 stuff #PIE_VER="10.1.5" #SPECS_VER="0.9.4" |