summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-01-23 04:14:38 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-01-23 04:14:38 +0000
commit17f3eae574e8c8a539946b57b17f5d59b56bd111 (patch)
tree2486ab6343df3bf26db898696a4b15cb281a1d9f /sys-devel
parentStable on amd64. (diff)
downloadgentoo-2-17f3eae574e8c8a539946b57b17f5d59b56bd111.tar.gz
gentoo-2-17f3eae574e8c8a539946b57b17f5d59b56bd111.tar.bz2
gentoo-2-17f3eae574e8c8a539946b57b17f5d59b56bd111.zip
Remove patches for bug #108231 since they caused issues; bug #118361.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.0.2-r3.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index e2beba4a516d..395d947f0b2e 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.490 2006/01/21 04:16:00 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.491 2006/01/23 04:14:38 halcy0n Exp $
+
+ 23 Jan 2006; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.2-r3.ebuild:
+ Remove patches for bug #108231 since they caused issues; bug #118361.
*gcc-4.1.0_beta20060120 (21 Jan 2006)
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild
index 78ecea59aafe..aa11bd0ef5d2 100644
--- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild
+++ b/sys-devel/gcc/gcc-4.0.2-r3.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.2-r3.ebuild,v 1.6 2006/01/20 00:51:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.7 2006/01/23 04:14:38 halcy0n Exp $
PATCH_VER="1.5"
PATCH_GCC_VER="4.0.2"
@@ -13,6 +13,11 @@ HTB_VER="1.00"
ETYPE="gcc-compiler"
+# bug #118361 and bug #108231
+# I will remove them on the next revbump, unless a better fix is made by then
+# - Halcy0n
+GENTOO_PATCH_EXCLUDE="30_all_gcc4-pr22252.patch 35_all_gcc41-pr25010.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