axs 15/04/06 19:37:26 Modified: firefox-37.0.1.ebuild ChangeLog Log: added missing configure option to enable jit (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.4 www-client/firefox/firefox-37.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.3&r2=1.4 Index: firefox-37.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- firefox-37.0.1.ebuild 6 Apr 2015 19:31:44 -0000 1.3 +++ firefox-37.0.1.ebuild 6 Apr 2015 19:37:26 -0000 1.4 @@ -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 @@ # 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 1.408 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.408&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.408&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.407&r2=1.408 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- ChangeLog 6 Apr 2015 19:31:44 -0000 1.407 +++ ChangeLog 6 Apr 2015 19:37:26 -0000 1.408 @@ -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_) <[email protected]> firefox-37.0.1.ebuild: + added missing configure option to enable jit 06 Apr 2015; Ian Stakenvicius (_AxS_) <[email protected]> firefox-37.0.1.ebuild: dropped USE=jit from firefox-37 as jit can not be disabled and provide a
