diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-09 18:01:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-09 18:01:33 +0000 |
commit | a4eef5cafeb44946c6a25f8428d458aa156d24e4 (patch) | |
tree | 8d15e915df2be5588757340f8038a05e420ca62c /www-client/mozilla-firefox | |
parent | Add empty IUSE to please repoman (diff) | |
download | gentoo-2-a4eef5cafeb44946c6a25f8428d458aa156d24e4.tar.gz gentoo-2-a4eef5cafeb44946c6a25f8428d458aa156d24e4.tar.bz2 gentoo-2-a4eef5cafeb44946c6a25f8428d458aa156d24e4.zip |
Fix SRC_URI
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-client/mozilla-firefox')
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild index 38812953202c..ebe4cab3cd15 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.10 2008/09/09 15:56:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.11 2008/09/09 18:01:33 armin76 Exp $ EAPI="1" WANT_AUTOCONF="2.1" @@ -21,9 +21,9 @@ LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="java mozdevelop bindist restrict-javascript iceweasel +xulrunner" SRC_URI="mirror://gentoo/${P}.tar.bz2 - http://dev.gentoo.org/~armin76/${P}.tar.bz2 + http://dev.gentoo.org/~armin76/dist/${P}.tar.bz2 mirror://gentoo/${PATCH}.tar.bz2 - http://dev.gentoo.org/~armin76/${PATCH}.tar.bz2 + http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2 iceweasel? ( mirror://gentoo/iceweasel-icons-3.0.tar.bz2 ) !xulrunner? ( mirror://gentoo/xulrunner-1.9${MY_PV}.tar.bz2 )" |