diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-11-23 18:23:21 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-11-23 18:23:21 +0000 |
commit | c9a5a1d2b1c8fb06dddbad7552b00296584452e3 (patch) | |
tree | 5a2c56566d06b229214b3925da09ee724afe6d9c /sys-devel/gcc | |
parent | ppc stable, bug #248273 (diff) | |
download | gentoo-2-c9a5a1d2b1c8fb06dddbad7552b00296584452e3.tar.gz gentoo-2-c9a5a1d2b1c8fb06dddbad7552b00296584452e3.tar.bz2 gentoo-2-c9a5a1d2b1c8fb06dddbad7552b00296584452e3.zip |
Add patch for r10k support, thanks to Joshua Kinard <kumba AT gentoo DOT org>; bug #247129
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-rc5 i686)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 187bf6e81cee..436c7d579a59 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.664 2008/10/25 22:18:44 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.665 2008/11/23 18:23:20 halcy0n Exp $ + + 23 Nov 2008; Mark Loeser <halcy0n@gentoo.org> gcc-4.3.2.ebuild: + Add patch for r10k support, thanks to Joshua Kinard <kumba AT gentoo DOT + org>; bug #247129 25 Oct 2008; Mark Loeser <halcy0n@gentoo.org> gcc-4.3.2.ebuild: Add patches from gcc-4.4 for R10K support; bugs #223230 and 223231 diff --git a/sys-devel/gcc/gcc-4.3.2.ebuild b/sys-devel/gcc/gcc-4.3.2.ebuild index 9c983dd8ccb3..6881169a5586 100644 --- a/sys-devel/gcc/gcc-4.3.2.ebuild +++ b/sys-devel/gcc/gcc-4.3.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.4 2008/10/27 06:36:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.5 2008/11/23 18:23:21 halcy0n Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |