From f76b0c8f379e33fd0c75bfb77649cfdd6b73d13a Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 2 May 2019 15:04:32 -0400 Subject: [PATCH] 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 --- dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) 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 08ff0dac73e56..c4c8715ec4f1f 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() {