diff options
author | 2006-03-18 01:43:28 +0000 | |
---|---|---|
committer | 2006-03-18 01:43:28 +0000 | |
commit | 157689be76b9a4d1fe35d3fbf64c4a439088feb4 (patch) | |
tree | 3f89277bfe8ef1f3af13c13d05ad57e561e55780 /sys-devel | |
parent | Stable on ppc64; bug #126569 (diff) | |
download | gentoo-2-157689be76b9a4d1fe35d3fbf64c4a439088feb4.tar.gz gentoo-2-157689be76b9a4d1fe35d3fbf64c4a439088feb4.tar.bz2 gentoo-2-157689be76b9a4d1fe35d3fbf64c4a439088feb4.zip |
Add an exclude for patch 33; bug #126609
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.3.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 424031c7bdad..0c17e8045d26 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.510 2006/03/18 00:52:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.511 2006/03/18 01:43:28 halcy0n Exp $ + + 18 Mar 2006; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.3.ebuild, + gcc-4.1.0.ebuild: + Add an exclude for patch 33; bug #126609 *gcc-3.4.6 (18 Mar 2006) diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild index 0a2cf66fa63a..e0d2993338eb 100644 --- a/sys-devel/gcc/gcc-4.0.3.ebuild +++ b/sys-devel/gcc/gcc-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.1 2006/03/14 21:43:29 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.2 2006/03/18 01:43:28 halcy0n Exp $ PATCH_VER="1.1" PATCH_GCC_VER="4.0.3" @@ -13,6 +13,9 @@ HTB_VER="1.00" ETYPE="gcc-compiler" +# bug #126609 +GENTOO_PATCH_EXCLUDE="33_all_gcc4-pr16104.patch" + # whether we should split out specs files for multiple {PIE,SSP}-by-default # and vanilla configurations. SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed diff --git a/sys-devel/gcc/gcc-4.1.0.ebuild b/sys-devel/gcc/gcc-4.1.0.ebuild index 257a85ef038b..7197b5c6c856 100644 --- a/sys-devel/gcc/gcc-4.1.0.ebuild +++ b/sys-devel/gcc/gcc-4.1.0.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0.ebuild,v 1.8 2006/03/16 05:16:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0.ebuild,v 1.9 2006/03/18 01:43:28 halcy0n Exp $ PATCH_VER="1.1" UCLIBC_VER="1.1" ETYPE="gcc-compiler" +# bug #126609 +GENTOO_PATCH_EXCLUDE="33_all_gcc4-pr16104.patch" + # whether we should split out specs files for multiple {PIE,SSP}-by-default # and vanilla configurations. SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed |