diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-04-06 19:31:44 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-04-06 19:31:44 +0000 |
commit | cc6b754e9626532b4a9567a6d683d98f9f37cc63 (patch) | |
tree | c64896ed74d4ce3016e1eab0bda8ac072de8b1f2 /www-client/firefox | |
parent | Applied libav-10 patch from bug #539680 by Daniel Schulte and others. Fixes b... (diff) | |
download | gentoo-2-cc6b754e9626532b4a9567a6d683d98f9f37cc63.tar.gz gentoo-2-cc6b754e9626532b4a9567a6d683d98f9f37cc63.tar.bz2 gentoo-2-cc6b754e9626532b4a9567a6d683d98f9f37cc63.zip |
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)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/firefox/firefox-37.0.1.ebuild | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 859ac17ed37f..31b3d19a4621 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -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_) <axs@gentoo.org> 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_) <axs@gentoo.org> firefox-37.0.1.ebuild: fixed nss dependency version, bug 575744 diff --git a/www-client/firefox/firefox-37.0.1.ebuild b/www-client/firefox/firefox-37.0.1.ebuild index 5db441aaaba2..cda90f92c6bf 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.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_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases" 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 @@ src_install() { 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} \ |