diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-05-27 23:30:26 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-05-27 23:30:26 +0000 |
commit | c93a7cf2a4e04b47c759571c63a3f6244bd539bd (patch) | |
tree | cabaa0fb09376b15eb0419a4de4b95658075db34 /sys-devel/gcc | |
parent | Version bump is because of bug 134449 (diff) | |
download | gentoo-2-c93a7cf2a4e04b47c759571c63a3f6244bd539bd.tar.gz gentoo-2-c93a7cf2a4e04b47c759571c63a3f6244bd539bd.tar.bz2 gentoo-2-c93a7cf2a4e04b47c759571c63a3f6244bd539bd.zip |
Exclude patch for pr22889; bug #110002
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index a28399c1bde9..9e20f7e48257 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # 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.541 2006/05/26 05:40:11 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.542 2006/05/27 23:30:26 halcy0n Exp $ + + 27 May 2006; Mark Loeser <halcy0n@gentoo.org> gcc-4.1.1.ebuild: + Exclude patch for pr22889; bug #110002 26 May 2006; Bryan Østergaard <kloeri@gentoo.org> gcc-3.4.6-r1.ebuild: Stable on alpha. diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild index 091791e2e1f6..5c0bd3e208b9 100644 --- a/sys-devel/gcc/gcc-4.1.1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1.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.1.1.ebuild,v 1.1 2006/05/25 18:33:17 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.2 2006/05/27 23:30:26 halcy0n Exp $ PATCH_VER="1.1" UCLIBC_GCC_VER="4.1.0" @@ -8,6 +8,8 @@ UCLIBC_VER="1.1" ETYPE="gcc-compiler" +GENTOO_PATCH_EXCLUDE="34_all_gcc4-pr22889.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 |