summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-07 19:06:45 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-07 19:06:45 +0000
commite7df792e2d329cc22d5aa4afb0033862c5293c67 (patch)
tree4da7e7246dc1d69a685022040d8148653da53c9d /sys-devel
parentFix compilation with >=ftgl-2.1.3_rc5 wrt #249176. (diff)
downloadgentoo-2-e7df792e2d329cc22d5aa4afb0033862c5293c67.tar.gz
gentoo-2-e7df792e2d329cc22d5aa4afb0033862c5293c67.tar.bz2
gentoo-2-e7df792e2d329cc22d5aa4afb0033862c5293c67.zip
Fix by Chi-Thanh Christopher Nguyen to pull in app-emulation/emul-linux-x86-xlibs on amd64 multilib for USE=gcj #238297 by Andrey Vul.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog7
-rw-r--r--sys-devel/gcc/gcc-4.3.2.ebuild9
2 files changed, 13 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 2940d927e78d..05dab9f612dd 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,11 @@
# 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.666 2008/12/03 09:27:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.667 2008/12/07 19:06:45 vapier Exp $
+
+ 07 Dec 2008; Mike Frysinger <vapier@gentoo.org> gcc-4.3.2.ebuild:
+ Fix by Chi-Thanh Christopher Nguyen to pull in
+ app-emulation/emul-linux-x86-xlibs on amd64 multilib for USE=gcj #238297
+ by Andrey Vul.
03 Dec 2008; <solar@gentoo.org> +files/4.3.2/gcc-4.3.2-softfloat.patch,
gcc-4.3.2.ebuild:
diff --git a/sys-devel/gcc/gcc-4.3.2.ebuild b/sys-devel/gcc/gcc-4.3.2.ebuild
index 4af78510255d..bfe98d39883c 100644
--- a/sys-devel/gcc/gcc-4.3.2.ebuild
+++ b/sys-devel/gcc/gcc-4.3.2.ebuild
@@ -1,6 +1,6 @@
# 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.6 2008/12/03 09:27:26 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.7 2008/12/07 19:06:45 vapier Exp $
PATCH_VER="1.2"
UCLIBC_VER="1.0"
@@ -45,7 +45,12 @@ DEPEND="${RDEPEND}
test? ( sys-devel/autogen dev-util/dejagnu )
>=sys-apps/texinfo-4.2-r4
>=sys-devel/bison-1.875
- amd64? ( >=sys-libs/glibc-2.7-r2 )
+ amd64? (
+ >=sys-libs/glibc-2.7-r2
+ multilib? (
+ gcj? ( app-emulation/emul-linux-x86-xlibs )
+ )
+ )
ppc? ( >=${CATEGORY}/binutils-2.17 )
ppc64? ( >=${CATEGORY}/binutils-2.17 )
>=${CATEGORY}/binutils-2.15.94"