diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-10-26 02:13:18 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-10-26 02:13:18 +0000 |
commit | 1ddbfacc47a504066f04b305feac46f1a5cb395d (patch) | |
tree | f8a89e5a9065f808e7325cce6b67a972540f45f9 /www-client/firefox | |
parent | amd64 stable (diff) | |
download | gentoo-2-1ddbfacc47a504066f04b305feac46f1a5cb395d.tar.gz gentoo-2-1ddbfacc47a504066f04b305feac46f1a5cb395d.tar.bz2 gentoo-2-1ddbfacc47a504066f04b305feac46f1a5cb395d.zip |
ia64 support, bug #487250
(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.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 312414735ddb..401b9d365a18 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.279 2013/10/07 20:37:33 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.280 2013/10/26 02:13:18 anarchy Exp $ + + 26 Oct 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-24.0-r1.ebuild: + ia64 support, bug #487250 07 Oct 2013; Nirbheek Chauhan <nirbheek@gentoo.org> firefox-24.0-r1.ebuild: Fix sqlite dependency diff --git a/www-client/firefox/firefox-24.0-r1.ebuild b/www-client/firefox/firefox-24.0-r1.ebuild index 7f078ad8a64e..dd91b9d54560 100644 --- a/www-client/firefox/firefox-24.0-r1.ebuild +++ b/www-client/firefox/firefox-24.0-r1.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.0-r1.ebuild,v 1.6 2013/10/07 20:37:33 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-24.0-r1.ebuild,v 1.7 2013/10/26 02:13:18 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.3" +PATCH="${PN}-24.0-patches-0.4" # 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/" |