From: Ian Stakenvicius Date: Thu, 2 May 2019 19:04:32 +0000 (-0400) Subject: dev-lang/spidermonkey:60 set both SHELL and CONFIG_SHELL to bash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f76b0c8f379e33fd0c75bfb77649cfdd6b73d13a;p=gentoo.git dev-lang/spidermonkey:60 set both SHELL and CONFIG_SHELL to bash Ensure the requirement of bash for shell is satisfied in the environment and build system once and for all. Closes: https://bugs.gentoo.org/666732 Signed-off-by: Ian Stakenvicius Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild index 08ff0dac73e5..c4c8715ec4f1 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild @@ -41,6 +41,7 @@ pkg_pretend() { pkg_setup(){ [[ ${MERGE_TYPE} == "binary" ]] || \ moz_pkgsetup + export SHELL="${EPREFIX}/bin/bash" } src_prepare() {