diff options
Diffstat (limited to 'net-www/mozilla/mozilla-1.0.1-r3.ebuild')
-rw-r--r-- | net-www/mozilla/mozilla-1.0.1-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-www/mozilla/mozilla-1.0.1-r3.ebuild b/net-www/mozilla/mozilla-1.0.1-r3.ebuild index c7a5e07e04b7..9881120ac024 100644 --- a/net-www/mozilla/mozilla-1.0.1-r3.ebuild +++ b/net-www/mozilla/mozilla-1.0.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0.1-r3.ebuild,v 1.3 2002/11/20 15:10:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0.1-r3.ebuild,v 1.4 2002/12/09 04:33:20 manson Exp $ IUSE="mozxmlterm moznomail java mozp3p crypt ipv6 gtk2 mozinterfaceinfo ssl ldap mozaccess mozctl gnome mozsvg" @@ -48,7 +48,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/${PN}${MY_PV2}/src/${PN}-sou mirror://gentoo/distfiles/${P}-patches-${PATCH_VER}.tar.bz2" HOMEPAGE="http://www.mozilla.org" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" @@ -116,8 +116,8 @@ src_unpack() { cd ${S}; epatch ${FILESDIR}/mozilla-alpha-xpcom-subs-fix.patch fi - # ABI Patch for sparc and sparc64/xpcom for gcc-3.x - if use sparc &>/dev/null || use sparc64 &>/dev/null + # ABI Patch for sparc and /xpcom for gcc-3.x + if use sparc &>/dev/null || use &>/dev/null then cd ${S}; epatch ${FILESDIR}/mozilla-1.0.1-sparc-xpcom.patch fi @@ -127,7 +127,7 @@ src_unpack() { cd ${S}; epatch ${FILESDIR}/mozilla-ft-bytecode.patch # A patch for mozilla to disregard the PLATFORM variable, which - # can break compiles (has done for sparc64). See: + # can break compiles (has done for ). See: # http://bugzilla.mozilla.org/show_bug.cgi?id=174143 cd ${S}; epatch ${FILESDIR}/${P}-platform.patch |