summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-06-20 18:57:57 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-06-20 18:57:57 +0000
commitc3275d120d495f0db0b1ee95ac3262846f644e93 (patch)
tree9ca1fbdeaa17441107a6d61bc89cbed19f6ebe6a /net-www/mozilla
parentAdded ~amd64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-c3275d120d495f0db0b1ee95ac3262846f644e93.tar.gz
gentoo-2-c3275d120d495f0db0b1ee95ac3262846f644e93.tar.bz2
gentoo-2-c3275d120d495f0db0b1ee95ac3262846f644e93.zip
Fixed BUG #54493.
Diffstat (limited to 'net-www/mozilla')
-rw-r--r--net-www/mozilla/ChangeLog5
-rw-r--r--net-www/mozilla/mozilla-1.7.ebuild10
2 files changed, 10 insertions, 5 deletions
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 <kugelfang@gentoo.org> mozilla-1.7.ebuild:
+ Disabled the amd64 patch as it is not necessary any longer.
19 Jun 2004; Aron Griffis <agriffis@gentoo.org> 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 <kugelfang@gentoo.org> 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