axs 15/03/10 14:00:38 Modified: firefox-36.0.1.ebuild ChangeLog Log: Stripped 'simulator' configure flags for arm and mips platforms as they do not simulate jit, but rather simulate arm and mips on x86 to allow jit to be tested; bug 542754 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.2 www-client/firefox/firefox-36.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-36.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-36.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-36.0.1.ebuild?r1=1.1&r2=1.2 Index: firefox-36.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-36.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- firefox-36.0.1.ebuild 8 Mar 2015 03:45:22 -0000 1.1 +++ firefox-36.0.1.ebuild 10 Mar 2015 14:00:38 -0000 1.2 @@ -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-36.0.1.ebuild,v 1.1 2015/03/08 03:45:22 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-36.0.1.ebuild,v 1.2 2015/03/10 14:00:38 axs Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -224,10 +224,6 @@ # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} - # Force jit simulators for mips and arm - use jit && use arm && mozconfig_annotate '' --enable-arm-simulator - use jit && use mips && mozconfig_annotate '' --enable-mips-simulator - # 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.395 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.395&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.395&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.394&r2=1.395 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- ChangeLog 8 Mar 2015 03:45:22 -0000 1.394 +++ ChangeLog 10 Mar 2015 14:00:38 -0000 1.395 @@ -1,6 +1,11 @@ # 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.394 2015/03/08 03:45:22 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.395 2015/03/10 14:00:38 axs Exp $ + + 10 Mar 2015; Ian Stakenvicius (_AxS_) <[email protected]> firefox-36.0.1.ebuild: + Stripped 'simulator' configure flags for arm and mips platforms as they do not + simulate jit, but rather simulate arm and mips on x86 to allow jit to be + tested; bug 542754 *firefox-36.0.1 (08 Mar 2015)
