Skip to content

Commit

Permalink
dev-lang/spidermonkey: use CONFIG_SHELL instead of SHELL
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/666732
Signed-off-by: Ian Stakenvicius <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
axs-gentoo committed Apr 26, 2019
1 parent 114672f commit 162e8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

Expand Down

0 comments on commit 162e8a9

Please sign in to comment.