diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-23 06:31:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-23 06:31:27 +0000 |
commit | 4195e7379b6f58e5548130b0a39915841d51dc2d (patch) | |
tree | e1b0cab0447e55582a5db5a7ea5bb9916f61aa89 /dev-lang | |
parent | Fix Sandbox Violations on non prefixed arches (diff) | |
download | gentoo-2-4195e7379b6f58e5548130b0a39915841d51dc2d.tar.gz gentoo-2-4195e7379b6f58e5548130b0a39915841d51dc2d.tar.bz2 gentoo-2-4195e7379b6f58e5548130b0a39915841d51dc2d.zip |
Fix Sandbox Violations on non prefixed arches part II
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/icc/icc-11.1.056-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/icc/icc-11.1.056-r1.ebuild b/dev-lang/icc/icc-11.1.056-r1.ebuild index 231803498fdd..8d0c61ed6750 100644 --- a/dev-lang/icc/icc-11.1.056-r1.ebuild +++ b/dev-lang/icc/icc-11.1.056-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.2 2010/04/23 06:17:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-11.1.056-r1.ebuild,v 1.3 2010/04/23 06:31:27 jlec Exp $ EAPI="3" @@ -31,8 +31,7 @@ RDEPEND="~virtual/libstdc++-3.3 amd64? ( app-emulation/emul-linux-x86-compat ) eclipse? ( >=dev-util/eclipse-sdk-3.4 )" -DESTINATION="${EPREFIX#/}/opt/intel/Compiler/${RELEASE}/${BUILD}" -DESTINATION="${DESTINATION#/}" +DESTINATION="opt/intel/Compiler/${RELEASE}/${BUILD}" pkg_setup() { CHECKREQS_MEMORY=1024 |