diff options
Diffstat (limited to 'net-www/mozilla/mozilla-1.7_beta-r1.ebuild')
-rw-r--r-- | net-www/mozilla/mozilla-1.7_beta-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mozilla/mozilla-1.7_beta-r1.ebuild b/net-www/mozilla/mozilla-1.7_beta-r1.ebuild index 3a24bdafb5cb..b075c3819936 100644 --- a/net-www/mozilla/mozilla-1.7_beta-r1.ebuild +++ b/net-www/mozilla/mozilla-1.7_beta-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_beta-r1.ebuild,v 1.6 2004/04/26 04:38:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7_beta-r1.ebuild,v 1.7 2004/04/26 15:27:40 agriffis Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama" # Internal USE flags that I do not really want to advertise ... @@ -134,7 +134,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}-alpha-xpcom-subs-fix.patch fi if [[ ${ARCH} == amd64 ]]; then - epatch ${FILESDIR}/${PN}-1.4-amd64.patch + epatch ${FILESDIR}/${PN}-1.7-amd64.patch fi fi |