diff options
author | 2005-06-24 01:07:43 +0000 | |
---|---|---|
committer | 2005-06-24 01:07:43 +0000 | |
commit | 09f73f9d3ba07671541cb3ca0a0520d2fd100216 (patch) | |
tree | 74dd990bfa25fab30795de0041bc7ed87daffd39 | |
parent | Install the source to fix #81176 by David Ripton and fix an assert error #942... (diff) | |
download | gentoo-2-09f73f9d3ba07671541cb3ca0a0520d2fd100216.tar.gz gentoo-2-09f73f9d3ba07671541cb3ca0a0520d2fd100216.tar.bz2 gentoo-2-09f73f9d3ba07671541cb3ca0a0520d2fd100216.zip |
arm doesnt need libstdc++
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | sys-devel/gcc/gcc-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.4.ebuild b/sys-devel/gcc/gcc-3.4.4.ebuild index 5318f02b066a..de8a2c9d6b00 100644 --- a/sys-devel/gcc/gcc-3.4.4.ebuild +++ b/sys-devel/gcc/gcc-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.13 2005/06/23 18:24:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.4.ebuild,v 1.14 2005/06/24 01:07:43 vapier Exp $ MAN_VER="" PATCH_VER="1.2" @@ -70,7 +70,7 @@ DEPEND="${RDEPEND} >=sys-devel/binutils-2.14.90.0.8-r1 amd64? ( >=sys-devel/binutils-2.15.90.0.1.1-r1 )" PDEPEND="sys-devel/gcc-config - !nocxx? ( !mips? ( !ia64? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) ) )" + !nocxx? ( !arm? ( !mips? ( !ia64? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) ) ) )" src_unpack() { gcc_src_unpack |