dev-lang/spidermonkey:60 set both SHELL and CONFIG_SHELL to bash
authorIan Stakenvicius <axs@gentoo.org>
Thu, 2 May 2019 19:04:32 +0000 (15:04 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Thu, 2 May 2019 19:05:10 +0000 (15:05 -0400)
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 <axs@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild

index 08ff0dac73e561d04d1ebe3cc549c08e3a489e8c..c4c8715ec4f1f39e2687088dae100e852fc27e52 100644 (file)
@@ -41,6 +41,7 @@ pkg_pretend() {
 pkg_setup(){
        [[ ${MERGE_TYPE} == "binary" ]] || \
                moz_pkgsetup
+       export SHELL="${EPREFIX}/bin/bash"
 }
 
 src_prepare() {