Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Wed, 04 May 2016 07:33:08
Message-Id: 1462346270.e03852df1e01694f7cd091d75494809eb1c2bfcb.monsieurp@gentoo
1 commit: e03852df1e01694f7cd091d75494809eb1c2bfcb
2 Author: William <William <AT> undefined <DOT> re>
3 AuthorDate: Sat Apr 30 11:58:24 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 07:17:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03852df
7
8 www-client/firefox: specify SHELL on initial emake command in src_configure
9
10 Gentoo-Bug: https://bugs.gentoo.org/577776
11 Closes: https://github.com/gentoo/gentoo/pull/1380
12 Acked-by: Ian Stakenvicius <axs <AT> gentoo.org>
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 www-client/firefox/firefox-46.0.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild
20 index 80407c0..52854ab 100644
21 --- a/www-client/firefox/firefox-46.0.ebuild
22 +++ b/www-client/firefox/firefox-46.0.ebuild
23 @@ -218,6 +218,7 @@ src_configure() {
24 fi
25
26 # workaround for funky/broken upstream configure...
27 + SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
28 emake -f client.mk configure
29 }