commit: e03852df1e01694f7cd091d75494809eb1c2bfcb Author: William <William <AT> undefined <DOT> re> AuthorDate: Sat Apr 30 11:58:24 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed May 4 07:17:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03852df
www-client/firefox: specify SHELL on initial emake command in src_configure Gentoo-Bug: https://bugs.gentoo.org/577776 Closes: https://github.com/gentoo/gentoo/pull/1380 Acked-by: Ian Stakenvicius <axs <AT> gentoo.org> Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> www-client/firefox/firefox-46.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/firefox/firefox-46.0.ebuild b/www-client/firefox/firefox-46.0.ebuild index 80407c0..52854ab 100644 --- a/www-client/firefox/firefox-46.0.ebuild +++ b/www-client/firefox/firefox-46.0.ebuild @@ -218,6 +218,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ emake -f client.mk configure }
