commit: f76b0c8f379e33fd0c75bfb77649cfdd6b73d13a Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Thu May 2 19:04:32 2019 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Thu May 2 19:05:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76b0c8f
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 <axs <AT> gentoo.org> 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 08ff0dac73e..c4c8715ec4f 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() {
