diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:21 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:21 +0000 |
commit | a646b09a5c550343d209ea9b94d667b9f13e6840 (patch) | |
tree | 61b77739b0e2ada40068e91686efe1d93087ba74 /net-www/mozilla | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-a646b09a5c550343d209ea9b94d667b9f13e6840.tar.gz historical-a646b09a5c550343d209ea9b94d667b9f13e6840.tar.bz2 historical-a646b09a5c550343d209ea9b94d667b9f13e6840.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/mozilla-1.0.1-r3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.2.1-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mozilla/mozilla-1.0.1-r3.ebuild b/net-www/mozilla/mozilla-1.0.1-r3.ebuild index 9881120ac024..82bcf65664b0 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.4 2002/12/09 04:33:20 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0.1-r3.ebuild,v 1.5 2002/12/15 10:44:21 bjb 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 alpha" +KEYWORDS="x86 ppc sparc alpha" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" diff --git a/net-www/mozilla/mozilla-1.2.1-r1.ebuild b/net-www/mozilla/mozilla-1.2.1-r1.ebuild index ce75fc47ea84..d74b27f680d1 100644 --- a/net-www/mozilla/mozilla-1.2.1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.2.1-r1.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-r1.ebuild,v 1.3 2002/12/09 20:17:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r1.ebuild,v 1.4 2002/12/15 10:44:21 bjb Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -54,7 +54,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 ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |