diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:19:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-02 03:19:37 +0000 |
commit | e1bb2c6c222393ef2988bbfca55adafabe137de3 (patch) | |
tree | 8e4eb154d55f682fc0db335472157a216af7ab11 /www-client/mozilla | |
parent | Update to v2 of the nsplugins patch, which actually works (even on multilib (diff) | |
download | gentoo-2-e1bb2c6c222393ef2988bbfca55adafabe137de3.tar.gz gentoo-2-e1bb2c6c222393ef2988bbfca55adafabe137de3.tar.bz2 gentoo-2-e1bb2c6c222393ef2988bbfca55adafabe137de3.zip |
Use the right patch in the ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/mozilla')
-rw-r--r-- | www-client/mozilla/mozilla-1.7.10-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla/mozilla-1.7.10-r3.ebuild b/www-client/mozilla/mozilla-1.7.10-r3.ebuild index 58b53aeb428e..d7a28f8e8461 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.1 2005/08/02 03:15:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.10-r3.ebuild,v 1.2 2005/08/02 03:19:37 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib @@ -140,7 +140,7 @@ src_unpack() { eend $? || die "sed failed" # look in /usr/lib/nsplugins for plugins, in addition to the usual places - epatch ${DISTDIR}/mozilla-firefox-1.0.6-nsplugins.patch + epatch ${DISTDIR}/mozilla-1.7.10-nsplugins-v2.patch WANT_AUTOCONF=2.1 autoconf || die "WANT_AUTOCONF failed" } |