diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-12-16 20:17:58 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-12-16 20:17:58 +0000 |
commit | bff0da76f584314330e05e4af5c0c47f66af3dfe (patch) | |
tree | 70ca9d2d3eead0d56f2f4754b4db8766b1860b03 /www-client/firefox | |
parent | Stable on arm, wrt bug #461898 (diff) | |
download | gentoo-2-bff0da76f584314330e05e4af5c0c47f66af3dfe.tar.gz gentoo-2-bff0da76f584314330e05e4af5c0c47f66af3dfe.tar.bz2 gentoo-2-bff0da76f584314330e05e4af5c0c47f66af3dfe.zip |
Address bug #494162,494164
(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-26.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index b2eb755e7ef5..619a98c093c4 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.296 2013/12/15 21:10:22 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.297 2013/12/16 20:17:58 anarchy Exp $ + + 16 Dec 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-26.0.ebuild: + Address bug #494162,494164 15 Dec 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-24.2.0.ebuild: Readd missing patch to disable buildid, bug #465466 diff --git a/www-client/firefox/firefox-26.0.ebuild b/www-client/firefox/firefox-26.0.ebuild index 1df0ff6e5341..558c2a048bc7 100644 --- a/www-client/firefox/firefox-26.0.ebuild +++ b/www-client/firefox/firefox-26.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-26.0.ebuild,v 1.1 2013/12/13 01:17:43 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-26.0.ebuild,v 1.2 2013/12/16 20:17:58 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-26.0-patches-0.2" +PATCH="${PN}-26.0-patches-0.3" # 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/" |