diff options
author | Jory Pratt <anarchy@gentoo.org> | 2012-07-23 18:10:41 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2012-07-23 18:10:41 +0000 |
commit | eeec7b57219c06ad68df59cfbf74cbd5f2f89bbb (patch) | |
tree | b380139504b4b1c2173e007feb2948f30dc9f69a /www-client | |
parent | Use paxctl for pax marking as the fallback won't create the headers. Thanks t... (diff) | |
download | gentoo-2-eeec7b57219c06ad68df59cfbf74cbd5f2f89bbb.tar.gz gentoo-2-eeec7b57219c06ad68df59cfbf74cbd5f2f89bbb.tar.bz2 gentoo-2-eeec7b57219c06ad68df59cfbf74cbd5f2f89bbb.zip |
Disable tracejit on esr release, bug #427074
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-10.0.6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index c6e40b50a5da..cb5cbff3572e 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.167 2012/07/18 04:35:12 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.168 2012/07/23 18:10:41 anarchy Exp $ + + 23 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.6.ebuild: + --echangelog=y 18 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> firefox-10.0.4.ebuild: Remark alpha stable in 10.0.4 diff --git a/www-client/firefox/firefox-10.0.6.ebuild b/www-client/firefox/firefox-10.0.6.ebuild index 1b81e7977d97..15cc2b32a89e 100644 --- a/www-client/firefox/firefox-10.0.6.ebuild +++ b/www-client/firefox/firefox-10.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.1 2012/07/18 00:49:25 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.6.ebuild,v 1.2 2012/07/23 18:10:41 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -201,6 +201,7 @@ src_configure() { mozconfig_annotate '' --enable-safe-browsing mozconfig_annotate '' --with-system-png mozconfig_annotate '' --enable-system-ffi + mozconfig_annotate 'regression' --disable-tracejit # Other ff-specific settings mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} |