diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-09-30 17:13:42 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-09-30 17:13:42 +0000 |
commit | 6f6fdfe7c05ced529d2d07e061abda94459ec5b2 (patch) | |
tree | bebbddcfd5bbae1be1cf4f6912142e47a852ddab /dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild | |
parent | Revision bump to add 5.5 and 5.6 support; drop 5.3 support (diff) | |
download | historical-6f6fdfe7c05ced529d2d07e061abda94459ec5b2.tar.gz historical-6f6fdfe7c05ced529d2d07e061abda94459ec5b2.tar.bz2 historical-6f6fdfe7c05ced529d2d07e061abda94459ec5b2.zip |
Set SHELL to help ./configure ensure python environment is sane, bug 517358
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild index 9574058ae676..7dd11d209d03 100644 --- a/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 1.11 2014/09/15 08:18:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 1.12 2014/09/30 17:13:36 axs Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -56,6 +56,7 @@ src_prepare() { } src_configure() { + export SHELL=/bin/sh cd "${BUILDDIR}" || die local myopts="" |