summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-03-22 16:47:19 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-03-22 16:49:45 -0400
commitc6e711171b08a7944651b7755978786c268d138a (patch)
tree4a632b32c7c0e737c286f772f8c0d1847ff52b4f /www-client
parentmail-filters/rspamd: version bump to 1.2.0 (diff)
downloadgentoo-c6e711171b08a7944651b7755978786c268d138a.tar.gz
gentoo-c6e711171b08a7944651b7755978786c268d138a.tar.bz2
gentoo-c6e711171b08a7944651b7755978786c268d138a.zip
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
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-45.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
}