summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-11-08 16:25:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-11-08 16:25:56 +0000
commit28807e57e74b289a73838947136d5384f7ada880 (patch)
tree7d427be4aae8ea6e10ab6bbb1d810fcfdb129014 /dev-lang
parentremoved bash specific 'export -n' in script execs. (diff)
downloadgentoo-2-28807e57e74b289a73838947136d5384f7ada880.tar.gz
gentoo-2-28807e57e74b289a73838947136d5384f7ada880.tar.bz2
gentoo-2-28807e57e74b289a73838947136d5384f7ada880.zip
removed bash specific 'export -n' in script execs.
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/icc/ChangeLog5
-rw-r--r--dev-lang/icc/icc-10.0.026.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog
index 9b729c27ea64..110c7b23c2ca 100644
--- a/dev-lang/icc/ChangeLog
+++ b/dev-lang/icc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/icc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.49 2007/11/08 15:38:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.50 2007/11/08 16:25:56 bicatali Exp $
+
+ 08 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> icc-10.0.026.ebuild:
+ removed bash specific 'export -n' in script execs.
08 Nov 2007; Christoph Mende <angelos@gentoo.org> icc-10.0.026.ebuild:
Stable on amd64 wrt bug #197980
diff --git a/dev-lang/icc/icc-10.0.026.ebuild b/dev-lang/icc/icc-10.0.026.ebuild
index a21b7069e660..ee6cb12b5bbc 100644
--- a/dev-lang/icc/icc-10.0.026.ebuild
+++ b/dev-lang/icc/icc-10.0.026.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.6 2007/11/08 15:38:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-10.0.026.ebuild,v 1.7 2007/11/08 16:25:56 bicatali Exp $
inherit rpm
@@ -58,8 +58,9 @@ src_unpack() {
einfo "Fixing paths and tagging"
cd "${S}"/${INSTALL_DIR}/bin
sed -e "s|<INSTALLDIR>|${INSTALL_DIR}|g" \
+ -e 's|export -n IA32ROOT;||g' \
-i ${PEXEC} *sh \
- || die "sed fixing path failed"
+ || die "sed fixing shells and paths failed"
cd "${S}"/${INSTALL_DIR}/doc
sed -e "s|\<installpackageid\>|${PACKAGEID}|g" \