diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-17.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 8fabec5fb522..f8121fdee019 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.224 2013/03/14 15:12:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.225 2013/03/24 19:59:02 anarchy Exp $ + + 24 Mar 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-17.0.4.ebuild: + Fix ld.gold linker issues in elfhack, bug #460450 14 Mar 2013; Agostino Sarubbo <ago@gentoo.org> firefox-17.0.4.ebuild: Stable for ppc64, wrt bug #460818 diff --git a/www-client/firefox/firefox-17.0.4.ebuild b/www-client/firefox/firefox-17.0.4.ebuild index 2a3c0daabf6b..419df26f4654 100644 --- a/www-client/firefox/firefox-17.0.4.ebuild +++ b/www-client/firefox/firefox-17.0.4.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-17.0.4.ebuild,v 1.6 2013/03/14 15:12:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.4.ebuild,v 1.7 2013/03/24 19:59:02 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-17.0-patches-0.4" +PATCH="${PN}-17.0-patches-0.5" # 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/" |