diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-10 01:36:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-10 01:36:57 +0000 |
commit | edcf89797a1a3d91d7477fa509b1699ace3b0177 (patch) | |
tree | 28d033602414b2fa16768e3e53ba102047bf9267 /sys-devel/gcc/gcc-4.0.1.ebuild | |
parent | Added ~sparc keyword. (diff) | |
download | historical-edcf89797a1a3d91d7477fa509b1699ace3b0177.tar.gz historical-edcf89797a1a3d91d7477fa509b1699ace3b0177.tar.bz2 historical-edcf89797a1a3d91d7477fa509b1699ace3b0177.zip |
only force libstdc.so.5 crap onto x86 users
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-devel/gcc/gcc-4.0.1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.0.1.ebuild b/sys-devel/gcc/gcc-4.0.1.ebuild index 96a4eb5e00be..67346e156efd 100644 --- a/sys-devel/gcc/gcc-4.0.1.ebuild +++ b/sys-devel/gcc/gcc-4.0.1.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-4.0.1.ebuild,v 1.1 2005/07/08 19:07:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.1.ebuild,v 1.2 2005/07/10 01:36:57 vapier Exp $ PATCH_VER="1.0" PATCH_GCC_VER=4.0.1_pre20050616 @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} >=sys-devel/binutils-2.15.97" PDEPEND="sys-devel/gcc-config - !nocxx? ( !n32? ( !n64? ( !elibc_uclibc? ( !build? ( sys-libs/libstdc++-v3 ) ) ) ) )" + x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )" pkg_postinst() { toolchain_pkg_postinst |