summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Morgan <jmorgan@gentoo.org>2003-01-31 01:37:20 +0000
committerJack Morgan <jmorgan@gentoo.org>2003-01-31 01:37:20 +0000
commit6c61c272c17376ae70743e9686b09ddbed99f7bc (patch)
treedfdac0594629b60205fca8287d665a507f77bfd2 /net-www
parentRev bump which should now build and run properly. (diff)
downloadgentoo-2-6c61c272c17376ae70743e9686b09ddbed99f7bc.tar.gz
gentoo-2-6c61c272c17376ae70743e9686b09ddbed99f7bc.tar.bz2
gentoo-2-6c61c272c17376ae70743e9686b09ddbed99f7bc.zip
Fixed replace-flags for sparc
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/ChangeLog4
-rw-r--r--net-www/mozilla/mozilla-1.2.1-r4.ebuild6
-rw-r--r--net-www/mozilla/mozilla-1.2.1-r5.ebuild6
3 files changed, 9 insertions, 7 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index 4bf276a497ed..a716e626cc9d 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,8 +1,10 @@
# ChangeLog for net-www/mozilla
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.81 2003/01/19 14:28:54 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.82 2003/01/31 01:37:20 jmorgan Exp $
*mozilla-1.2.1-r5 (19 Jan 2003)
+ 29 Jan 2003; Jack Morgan <jmorgan@gentoo.org> mozilla-1.2.1-r*.ebuild :
+ Fixed replace-flags
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2.1-r5.ebuild :
Fix a memory leak when reloading images:
diff --git a/net-www/mozilla/mozilla-1.2.1-r4.ebuild b/net-www/mozilla/mozilla-1.2.1-r4.ebuild
index b5cbc9ff40f5..ab51c9a9ed99 100644
--- a/net-www/mozilla/mozilla-1.2.1-r4.ebuild
+++ b/net-www/mozilla/mozilla-1.2.1-r4.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.2.1-r4.ebuild,v 1.5 2003/01/19 16:13:04 bjb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r4.ebuild,v 1.6 2003/01/31 01:37:20 jmorgan Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -13,8 +13,8 @@ inherit flag-o-matic gcc makeedit eutils nsplugins
filter-flags "-fomit-frame-pointer"
# Sparc support ...
-replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=v9"
-replace-flags "-mcpu=v9" "-mcpu=v8 -mtune=v9"
+replace-flags "-mcpu=ultrasparc" "-mcpu=v8"
+replace-flags "-mcpu=v9" "-mcpu=v8"
# Recently there has been a lot of stability problem in Gentoo-land. Many
# things can be the cause to this, but I believe that it is due to gcc3
diff --git a/net-www/mozilla/mozilla-1.2.1-r5.ebuild b/net-www/mozilla/mozilla-1.2.1-r5.ebuild
index 86d0e0e6b8bf..27bdc78fcb96 100644
--- a/net-www/mozilla/mozilla-1.2.1-r5.ebuild
+++ b/net-www/mozilla/mozilla-1.2.1-r5.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.2.1-r5.ebuild,v 1.1 2003/01/19 14:28:54 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r5.ebuild,v 1.2 2003/01/31 01:37:20 jmorgan Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -13,8 +13,8 @@ inherit flag-o-matic gcc makeedit eutils nsplugins
filter-flags "-fomit-frame-pointer"
# Sparc support ...
-replace-flags "-mcpu=ultrasparc" "-mcpu=v8 -mtune=v9"
-replace-flags "-mcpu=v9" "-mcpu=v8 -mtune=v9"
+replace-flags "-mcpu=ultrasparc" "-mcpu=v8"
+replace-flags "-mcpu=v9" "-mcpu=v8"
# Recently there has been a lot of stability problem in Gentoo-land. Many
# things can be the cause to this, but I believe that it is due to gcc3