commit:     c6e711171b08a7944651b7755978786c268d138a
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 20:47:19 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 20:49:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e71117

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(-)

diff --git a/www-client/firefox/firefox-45.0.1.ebuild 
b/www-client/firefox/firefox-45.0.1.ebuild
index b253db3..3144630 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
 }
 

Reply via email to