diff options
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-18.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index f6f69ffb62a7..d7aae6ea0d9d 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.202 2013/01/16 16:58:19 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.203 2013/01/16 18:11:37 anarchy Exp $ + + 16 Jan 2013; <anarchy@gentoo.org> firefox-18.0-r1.ebuild: + Fix linguas support in fx-18 *firefox-18.0-r1 (16 Jan 2013) diff --git a/www-client/firefox/firefox-18.0-r1.ebuild b/www-client/firefox/firefox-18.0-r1.ebuild index a39c2c9f215d..36787c462850 100644 --- a/www-client/firefox/firefox-18.0-r1.ebuild +++ b/www-client/firefox/firefox-18.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-18.0-r1.ebuild,v 1.1 2013/01/16 16:58:19 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-18.0-r1.ebuild,v 1.2 2013/01/16 18:11:37 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -25,7 +25,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then fi # Patch version -PATCH="${PN}-18.0-patches-0.6" +PATCH="${PN}-18.0-patches-0.7" # 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/" |