commit: 162e8a929b04e5d7f00308afb6616e89c3ae6ed2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Fri Apr 26 13:47:26 2019 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Fri Apr 26 16:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162e8a92
dev-lang/spidermonkey: use CONFIG_SHELL instead of SHELL 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-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild index 9652ecde83f..1cf651bf5db 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild @@ -79,7 +79,7 @@ src_configure() { $(use_enable jit ion) \ $(use_enable test tests) \ XARGS="/usr/bin/xargs" \ - SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ + CONFIG_SHELL="${SHELL:-${EPREFIX}/bin/bash}" \ CC="${CC}" CXX="${CXX}" LD="${LD}" AR="${AR}" RANLIB="${RANLIB}" }
