diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-12-15 21:10:22 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-12-15 21:10:22 +0000 |
commit | d576628c1dd1785699a32433c726295455f19d2e (patch) | |
tree | e43913569e1efc363d45c6d6d6428933e3e89a8e /www-client/firefox | |
parent | Readd missing patch to disable buildid, bug #465466 (diff) | |
download | gentoo-2-d576628c1dd1785699a32433c726295455f19d2e.tar.gz gentoo-2-d576628c1dd1785699a32433c726295455f19d2e.tar.bz2 gentoo-2-d576628c1dd1785699a32433c726295455f19d2e.zip |
Readd missing patch to disable buildid, bug #465466
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-24.2.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 7206fa3b084f..b2eb755e7ef5 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.295 2013/12/13 13:51:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.296 2013/12/15 21:10:22 anarchy Exp $ + + 15 Dec 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-24.2.0.ebuild: + Readd missing patch to disable buildid, bug #465466 13 Dec 2013; Jeroen Roovers <jer@gentoo.org> firefox-24.2.0.ebuild: Stable for HPPA (bug #493850). diff --git a/www-client/firefox/firefox-24.2.0.ebuild b/www-client/firefox/firefox-24.2.0.ebuild index 6b39da0be6e4..6bd3b891229d 100644 --- a/www-client/firefox/firefox-24.2.0.ebuild +++ b/www-client/firefox/firefox-24.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.2.0.ebuild,v 1.2 2013/12/13 13:51:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.2.0.ebuild,v 1.3 2013/12/15 21:10:22 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-24.0-patches-0.5" +PATCH="${PN}-24.0-patches-0.9" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" @@ -144,7 +144,6 @@ src_unpack() { src_prepare() { # Apply our patches - EPATCH_EXCLUDE="8001_ia64_support_bug_910845.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" |