diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-03 13:53:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-03 13:53:47 +0000 |
commit | 29f769ff9384142b9c55d93e4bd0e17b7917791f (patch) | |
tree | d56ed112e7af7ec150109a462cf7614445164b13 /www-client | |
parent | Stable on sparc (diff) | |
download | gentoo-2-29f769ff9384142b9c55d93e4bd0e17b7917791f.tar.gz gentoo-2-29f769ff9384142b9c55d93e4bd0e17b7917791f.tar.bz2 gentoo-2-29f769ff9384142b9c55d93e4bd0e17b7917791f.zip |
Change order of patches listed in SRC_URI so that portage doesn't check every single mirror prior to checking my dev-space for the nsplugins-v2 patch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla/mozilla-1.7.10-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/mozilla/mozilla-1.7.10-r3.ebuild b/www-client/mozilla/mozilla-1.7.10-r3.ebuild index 0e45c291c27c..d86bce1a9359 100644 --- a/www-client/mozilla/mozilla-1.7.10-r3.ebuild +++ b/www-client/mozilla/mozilla-1.7.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.10-r3.ebuild,v 1.3 2005/08/02 12:46:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.10-r3.ebuild,v 1.4 2005/08/03 13:53:47 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib @@ -22,8 +22,8 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/s ) ) mirror://gentoo/mozilla-jslibmath-alpha.patch mirror://gentoo/mozilla-firefox-1.0-4ft2.patch.bz2 - mirror://gentoo/mozilla-1.7.10-nsplugins-v2.patch - http://dev.gentoo.org/~agriffis/dist/mozilla-1.7.10-nsplugins-v2.patch" + http://dev.gentoo.org/~agriffis/dist/mozilla-1.7.10-nsplugins-v2.patch + mirror://gentoo/mozilla-1.7.10-nsplugins-v2.patch" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" SLOT="0" |