From 97427405f3ee6974c825072f2e75bd82bc1ac8de Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 10 May 2008 11:57:06 +0000 Subject: Drop ia64 libunwind patch and fix ice on ppc building mplayer. (Portage version: 2.2_pre5) --- sys-devel/gcc/ChangeLog | 5 ++++- sys-devel/gcc/gcc-4.3.0.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 37366e2636b0..37e58f1fcc2b 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # 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.647 2008/04/20 09:28:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.648 2008/05/10 11:57:06 vapier Exp $ + + 10 May 2008; Mike Frysinger gcc-4.3.0.ebuild: + Drop ia64 libunwind patch and fix ice on ppc building mplayer. 20 Apr 2008; Mike Frysinger gcc-4.3.0.ebuild: Revert cld behavior (for now), add back GNU-stack fixes for libffi, and add diff --git a/sys-devel/gcc/gcc-4.3.0.ebuild b/sys-devel/gcc/gcc-4.3.0.ebuild index 10e617bde32b..73b67f0423ad 100644 --- a/sys-devel/gcc/gcc-4.3.0.ebuild +++ b/sys-devel/gcc/gcc-4.3.0.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.0.ebuild,v 1.6 2008/04/20 09:28:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.0.ebuild,v 1.7 2008/05/10 11:57:06 vapier Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" ETYPE="gcc-compiler" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="" #~amd64 ~ppc ~ppc64 ~x86 +KEYWORDS="" #~amd64 ~ppc ~ppc64 ~x86 ~ia64 RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-devel/gcc-config-1.4 -- cgit v1.2.3-65-gdbad