summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-05-10 11:57:06 +0000
committerMike Frysinger <vapier@gentoo.org>2008-05-10 11:57:06 +0000
commit97427405f3ee6974c825072f2e75bd82bc1ac8de (patch)
treeb3eb8b0b265e98f31ca3519ece35370af5b4c6af /sys-devel/gcc
parentStable on ppc wrt bug 220711 (diff)
downloadgentoo-2-97427405f3ee6974c825072f2e75bd82bc1ac8de.tar.gz
gentoo-2-97427405f3ee6974c825072f2e75bd82bc1ac8de.tar.bz2
gentoo-2-97427405f3ee6974c825072f2e75bd82bc1ac8de.zip
Drop ia64 libunwind patch and fix ice on ppc building mplayer.
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.3.0.ebuild6
2 files changed, 7 insertions, 4 deletions
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 <vapier@gentoo.org> gcc-4.3.0.ebuild:
+ Drop ia64 libunwind patch and fix ice on ppc building mplayer.
20 Apr 2008; Mike Frysinger <vapier@gentoo.org> 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