summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-04-06 19:37:26 +0000
committerIan Stakenvicius <axs@gentoo.org>2015-04-06 19:37:26 +0000
commit17302fd037278e4b1b1ad40710a04667be53982d (patch)
tree74226fa4286e658f78dc68316092701ecf7f69a0 /www-client/firefox
parentdropped USE=jit from firefox-37 as jit can not be disabled and provide a func... (diff)
downloadgentoo-2-17302fd037278e4b1b1ad40710a04667be53982d.tar.gz
gentoo-2-17302fd037278e4b1b1ad40710a04667be53982d.tar.bz2
gentoo-2-17302fd037278e4b1b1ad40710a04667be53982d.zip
added missing configure option to enable jit
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/ChangeLog5
-rw-r--r--www-client/firefox/firefox-37.0.1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index 31b3d19a4621..4138f3ef9f05 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.407 2015/04/06 19:31:44 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.408 2015/04/06 19:37:26 axs Exp $
+
+ 06 Apr 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> firefox-37.0.1.ebuild:
+ added missing configure option to enable jit
06 Apr 2015; Ian Stakenvicius (_AxS_) <axs@gentoo.org> firefox-37.0.1.ebuild:
dropped USE=jit from firefox-37 as jit can not be disabled and provide a
diff --git a/www-client/firefox/firefox-37.0.1.ebuild b/www-client/firefox/firefox-37.0.1.ebuild
index cda90f92c6bf..b7a0efb10094 100644
--- a/www-client/firefox/firefox-37.0.1.ebuild
+++ b/www-client/firefox/firefox-37.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 1.3 2015/04/06 19:31:44 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 1.4 2015/04/06 19:37:26 axs Exp $
EAPI="5"
VIRTUALX_REQUIRED="pgo"
@@ -222,6 +222,9 @@ src_configure() {
# Other ff-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
+ # force jit
+ mozconfig_use_enable jit ion
+
# Allow for a proper pgo build
if use pgo; then
echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig