diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-22 19:15:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-22 19:15:57 +0000 |
commit | d5f5c26c3a387bde0747919a830b3fc1bf5644f1 (patch) | |
tree | 736c27facc7d20d28fe41be3fbb3f63563fdf020 /dev-lang/icc/icc-11.1.046-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-d5f5c26c3a387bde0747919a830b3fc1bf5644f1.tar.gz historical-d5f5c26c3a387bde0747919a830b3fc1bf5644f1.tar.bz2 historical-d5f5c26c3a387bde0747919a830b3fc1bf5644f1.zip |
Fix libstdc++ deps.
Package-Manager: portage-2.2_rc39/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/icc/icc-11.1.046-r1.ebuild')
-rw-r--r-- | dev-lang/icc/icc-11.1.046-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/icc/icc-11.1.046-r1.ebuild b/dev-lang/icc/icc-11.1.046-r1.ebuild index 8d85726c642a..3af240712c5d 100644 --- a/dev-lang/icc/icc-11.1.046-r1.ebuild +++ b/dev-lang/icc/icc-11.1.046-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.2 2009/08/22 02:34:13 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.046-r1.ebuild,v 1.3 2009/08/22 19:15:24 ssuominen Exp $ EAPI="2" @@ -35,7 +35,7 @@ INSTALL_DIR="opt/intel/Compiler/${RELEASE}/${BUILD}" #QA_PRESTRIPPED="${INSTALL_DIR}" DEPEND="app-arch/rpm" -RDEPEND="virtual/libstdc++ +RDEPEND="=virtual/libstdc++-3* amd64? ( app-emulation/emul-linux-x86-compat )" S="${WORKDIR}/${PACKAGEID}" |