diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-26 01:19:26 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-26 01:19:26 +0000 |
commit | 400b90aa5cf3ba2a9f283258e478723613781b3a (patch) | |
tree | fbd1bb1f0dc4ff0fd9ae55e65c1d4f85060798d2 /dev-lang/icc/icc-7.1.006.ebuild | |
parent | Unmasked, its been verified to work. (diff) | |
download | gentoo-2-400b90aa5cf3ba2a9f283258e478723613781b3a.tar.gz gentoo-2-400b90aa5cf3ba2a9f283258e478723613781b3a.tar.bz2 gentoo-2-400b90aa5cf3ba2a9f283258e478723613781b3a.zip |
Added icpc wrapper
Diffstat (limited to 'dev-lang/icc/icc-7.1.006.ebuild')
-rw-r--r-- | dev-lang/icc/icc-7.1.006.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/icc/icc-7.1.006.ebuild b/dev-lang/icc/icc-7.1.006.ebuild index 88bee1f0d832..7c0200603475 100644 --- a/dev-lang/icc/icc-7.1.006.ebuild +++ b/dev-lang/icc/icc-7.1.006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.1.006.ebuild,v 1.2 2003/05/10 22:51:35 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-7.1.006.ebuild,v 1.3 2003/05/26 01:19:11 avenj Exp $ S=${WORKDIR} @@ -26,6 +26,8 @@ SLOT="7" KEYWORDS="-* x86" IUSE="" +RESTRICT="nostrip" + src_compile() { # Keep disk space to a minimum rm -f intel-*.ia64.rpm @@ -71,6 +73,7 @@ src_install () { # fix the issue with the primary icc executable exeinto /opt/intel/compiler70/ia32/bin doexe ${FILESDIR}/${PVR}/icc + doexe ${FILESDIR}/${PVR}/icpc } pkg_postinst () { |