diff options
author | 2014-03-22 12:28:48 +0000 | |
---|---|---|
committer | 2014-03-22 12:28:48 +0000 | |
commit | 3e1edba1f6d9fe8e5788cdcfe0dc8849a012890c (patch) | |
tree | 425488666c739492a4e83b26e3f63390459fdfb6 /dev-lang/icc/icc-13.0.1.117.ebuild | |
parent | Version bump, remove old (diff) | |
download | gentoo-2-3e1edba1f6d9fe8e5788cdcfe0dc8849a012890c.tar.gz gentoo-2-3e1edba1f6d9fe8e5788cdcfe0dc8849a012890c.tar.bz2 gentoo-2-3e1edba1f6d9fe8e5788cdcfe0dc8849a012890c.zip |
dev-lang/icc: Fix multilib dependency for intel-commons dep
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-lang/icc/icc-13.0.1.117.ebuild')
-rw-r--r-- | dev-lang/icc/icc-13.0.1.117.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-13.0.1.117.ebuild b/dev-lang/icc/icc-13.0.1.117.ebuild index 4b838963902b..7e2590b2fabb 100644 --- a/dev-lang/icc/icc-13.0.1.117.ebuild +++ b/dev-lang/icc/icc-13.0.1.117.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild,v 1.2 2013/02/14 08:15:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-13.0.1.117.ebuild,v 1.3 2014/03/22 12:28:48 jlec Exp $ EAPI=4 @@ -20,7 +20,7 @@ KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND=" eclipse? ( dev-util/eclipse-sdk )" RDEPEND="${DEPEND} - ~dev-libs/intel-common-${PV}[compiler]" + ~dev-libs/intel-common-${PV}[compiler,multilib=]" INTEL_BIN_RPMS="compilerproc compilerproc-devel" INTEL_DAT_RPMS="compilerproc-common" |