From c6e711171b08a7944651b7755978786c268d138a Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 22 Mar 2016 16:47:19 -0400 Subject: www-client/firefox: specify SHELL on initial emake command in src_configure Also added ~arm64 to KEYWORDS since its on 38.7.x Bug: http://bugs.gentoo.org/577776 Package-Manager: portage-2.2.26 --- www-client/firefox/firefox-45.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www-client') diff --git a/www-client/firefox/firefox-45.0.1.ebuild b/www-client/firefox/firefox-45.0.1.ebuild index b253db3caf7f..3144630ec806 100644 --- a/www-client/firefox/firefox-45.0.1.ebuild +++ b/www-client/firefox/firefox-45.0.1.ebuild @@ -39,7 +39,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6 DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" @@ -231,6 +231,7 @@ src_configure() { fi # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ emake -f client.mk configure } -- cgit v1.2.3-65-gdbad