dev-lang/spidermonkey: use CONFIG_SHELL instead of SHELL

Closes: https://bugs.gentoo.org/666732
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
Ian Stakenvicius
2019-04-26 09:47:26 -04:00
parent 114672fc1b
commit 162e8a929b

View File

@@ -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}"
}