diff options
Diffstat (limited to 'www-client/firefox-bin/firefox-bin-39.0.3.ebuild')
-rw-r--r-- | www-client/firefox-bin/firefox-bin-39.0.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/firefox-bin/firefox-bin-39.0.3.ebuild b/www-client/firefox-bin/firefox-bin-39.0.3.ebuild index e97a81b0a56..394f04869ed 100644 --- a/www-client/firefox-bin/firefox-bin-39.0.3.ebuild +++ b/www-client/firefox-bin/firefox-bin-39.0.3.ebuild @@ -21,9 +21,11 @@ MOZ_P="${MOZ_PN}-${MOZ_PV}" # Upstream ftp release URI that's used by mozlinguas.eclass # We used to not use the http mirror because it deletes old tarballs. -MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" MOZ_HTTP_URI="http://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" +#MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" +MOZ_FTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" + inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins DESCRIPTION="Firefox Web Browser" |