From c3275d120d495f0db0b1ee95ac3262846f644e93 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Sun, 20 Jun 2004 18:57:57 +0000 Subject: Fixed BUG #54493. --- net-www/mozilla/ChangeLog | 5 ++++- net-www/mozilla/mozilla-1.7.ebuild | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'net-www/mozilla') diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index f4c6397097c4..8f9818b86a75 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.174 2004/06/19 20:43:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.175 2004/06/20 18:57:57 kugelfang Exp $ + + 20 Jun 2004; Danny van Dyk mozilla-1.7.ebuild: + Disabled the amd64 patch as it is not necessary any longer. 19 Jun 2004; Aron Griffis mozilla-1.6-r1.ebuild, mozilla-1.7.ebuild, mozilla-1.7_rc1-r1.ebuild, mozilla-1.7_rc2.ebuild, diff --git a/net-www/mozilla/mozilla-1.7.ebuild b/net-www/mozilla/mozilla-1.7.ebuild index 2b0d9303fd27..4d0ffb669395 100644 --- a/net-www/mozilla/mozilla-1.7.ebuild +++ b/net-www/mozilla/mozilla-1.7.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.ebuild,v 1.2 2004/06/19 20:43:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.3 2004/06/20 18:57:57 kugelfang Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint" # Internal USE flags that I do not really want to advertise ... @@ -101,9 +101,11 @@ src_unpack() { if [[ ${ARCH} == alpha ]]; then epatch ${FILESDIR}/${PN}-alpha-xpcom-subs-fix.patch fi - if [[ ${ARCH} == amd64 ]]; then - epatch ${FILESDIR}/${PN}-1.7-amd64.patch - fi + # unecessary now, already in the source + # Danny van Dyk 2004/06/20 + #if [[ ${ARCH} == amd64 ]]; then + # epatch ${FILESDIR}/${PN}-1.7-amd64.patch + #fi fi epatch ${FILESDIR}/1.2/${PN}-1.2b-default-plugin-less-annoying.patch.bz2 -- cgit v1.2.3-65-gdbad