axs 15/04/06 19:31:44 Modified: firefox-37.0.1.ebuild ChangeLog Log: dropped USE=jit from firefox-37 as jit can not be disabled and provide a functional firefox (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild?r1=1.2&r2=1.3 Index: firefox-37.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- firefox-37.0.1.ebuild 6 Apr 2015 16:31:02 -0000 1.2 +++ firefox-37.0.1.ebuild 6 Apr 2015 19:31:44 -0000 1.3 @@ -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.2 2015/04/06 16:31:02 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-37.0.1.ebuild,v 1.3 2015/04/06 19:31:44 axs Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -34,7 +34,6 @@ MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases" MOZCONFIG_OPTIONAL_WIFI=1 -MOZCONFIG_OPTIONAL_JIT="enabled" inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v5.36 multilib pax-utils fdo-mime autotools virtualx mozlinguas @@ -349,11 +348,8 @@ fi # Required in order to use plugins and even run firefox on hardened. - if use jit; then - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} - else - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container - fi + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container if use minimal; then rm -r "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \ 1.407 www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.407&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.407&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.406&r2=1.407 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- ChangeLog 6 Apr 2015 16:31:02 -0000 1.406 +++ ChangeLog 6 Apr 2015 19:31:44 -0000 1.407 @@ -1,6 +1,10 @@ # 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.406 2015/04/06 16:31:02 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.407 2015/04/06 19:31:44 axs Exp $ + + 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 + functional firefox 06 Apr 2015; Ian Stakenvicius (_AxS_) <[email protected]> firefox-37.0.1.ebuild: fixed nss dependency version, bug 575744
