diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-04-06 03:06:26 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-04-06 03:06:26 +0000 |
commit | 60081b41aa1941173142164c7cfce97f59035125 (patch) | |
tree | f1edb19df850b5a45b1fe4bb8308098db7a0056e /net-www | |
parent | ~x86 -> x86 and added ~ppc (diff) | |
download | gentoo-2-60081b41aa1941173142164c7cfce97f59035125.tar.gz gentoo-2-60081b41aa1941173142164c7cfce97f59035125.tar.bz2 gentoo-2-60081b41aa1941173142164c7cfce97f59035125.zip |
Removed doublicated replace-flags
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/mozilla-1.2.1-r5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-www/mozilla/mozilla-1.2.1-r5.ebuild b/net-www/mozilla/mozilla-1.2.1-r5.ebuild index 35c5c0b2ab60..97ba09da1053 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-2003 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.8 2003/04/06 03:02:41 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r5.ebuild,v 1.9 2003/04/06 03:06:26 joker Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -751,6 +751,3 @@ pkg_postrm() { fi } -# Sparc support ... -replace-flags "-mcpu=ultrasparc" "-mcpu=v8" -replace-flags "-mcpu=v9" "-mcpu=v8" |