Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Thu, 02 May 2019 19:05:28
Message-Id: 1556823910.f76b0c8f379e33fd0c75bfb77649cfdd6b73d13a.axs@gentoo
1 commit: f76b0c8f379e33fd0c75bfb77649cfdd6b73d13a
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 19:04:32 2019 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 19:05:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76b0c8f
7
8 dev-lang/spidermonkey:60 set both SHELL and CONFIG_SHELL to bash
9
10 Ensure the requirement of bash for shell is satisfied in the environment
11 and build system once and for all.
12
13 Closes: https://bugs.gentoo.org/666732
14 Signed-off-by: Ian Stakenvicius <axs <AT> gentoo.org>
15 Package-Manager: Portage-2.3.62, Repoman-2.3.11
16
17 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
21 index 08ff0dac73e..c4c8715ec4f 100644
22 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
23 +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
24 @@ -41,6 +41,7 @@ pkg_pretend() {
25 pkg_setup(){
26 [[ ${MERGE_TYPE} == "binary" ]] || \
27 moz_pkgsetup
28 + export SHELL="${EPREFIX}/bin/bash"
29 }
30
31 src_prepare() {