diff options
author | Jory Pratt <anarchy@gentoo.org> | 2013-06-10 04:04:55 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2013-06-10 04:04:55 +0000 |
commit | 20b06981409298f7e7cf3447dd757b70b581330a (patch) | |
tree | 904c3f74610e9ae7aeab81203bf47bda52331e1f /www-client | |
parent | Add http fallback, update to official dictionary support (diff) | |
download | gentoo-2-20b06981409298f7e7cf3447dd757b70b581330a.tar.gz gentoo-2-20b06981409298f7e7cf3447dd757b70b581330a.tar.bz2 gentoo-2-20b06981409298f7e7cf3447dd757b70b581330a.zip |
Fix http url
(Portage version: 2.1.12.4/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-21.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 1641299f1714..13098e54a486 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.245 2013/06/10 03:58:34 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.246 2013/06/10 04:04:55 anarchy Exp $ + + 10 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-21.0.ebuild: + Fix http url *firefox-17.0.6-r1 (10 Jun 2013) diff --git a/www-client/firefox/firefox-21.0.ebuild b/www-client/firefox/firefox-21.0.ebuild index 422aee27d20e..c61f44819a94 100644 --- a/www-client/firefox/firefox-21.0.ebuild +++ b/www-client/firefox/firefox-21.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-21.0.ebuild,v 1.3 2013/06/10 03:58:34 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-21.0.ebuild,v 1.4 2013/06/10 04:04:55 anarchy Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -29,7 +29,7 @@ PATCH="${PN}-21.0-patches-0.1" # 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/" -MOZ_HTTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/" +MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases/" inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx mozlinguas |