diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-03-24 19:59:02 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-03-24 19:59:02 +0000 |
commit | 5b96b1d8846ddd93d530a7b2629e24b87e54319c (patch) | |
tree | fc6fce9d5205f6b3752decc82018ef13eaa89559 /www-client | |
parent | Fix linguas list (diff) | |
download | gentoo-2-5b96b1d8846ddd93d530a7b2629e24b87e54319c.tar.gz gentoo-2-5b96b1d8846ddd93d530a7b2629e24b87e54319c.tar.bz2 gentoo-2-5b96b1d8846ddd93d530a7b2629e24b87e54319c.zip |
Fix ld.gold linker issues in elfhack, bug #460450
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
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/" |