diff options
author | Jason Wever <weeve@gentoo.org> | 2003-03-04 21:35:29 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-03-04 21:35:29 +0000 |
commit | cae83832c22754e13f188eda3a249599fe25f957 (patch) | |
tree | 57e70e76b9e0a0c5aa27e4fcbb80406fcafdf1a9 /net-www | |
parent | Added sparc to keywords. (diff) | |
download | historical-cae83832c22754e13f188eda3a249599fe25f957.tar.gz historical-cae83832c22754e13f188eda3a249599fe25f957.tar.bz2 historical-cae83832c22754e13f188eda3a249599fe25f957.zip |
Changed ~sparc keyword to sparc.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.2.1-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 485b05b31c53..6b192f286de5 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.84 2003/02/23 20:31:54 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.85 2003/03/04 21:35:29 weeve Exp $ *mozilla-1.3_beta (23 Feb 2003) @@ -9,6 +9,10 @@ *mozilla-1.2.1-r5 (19 Jan 2003) + 04 Mar 2003; Jason Wever <weeve@gentoo.org> mozilla-1.2.1-r5.ebuild: + Changing ~sparc to sparc as this works well, has no reported bugs, and the + current stable mozilla (1.0.1-r3) breaks during compile. + 29 Jan 2003; Jack Morgan <jmorgan@gentoo.org> mozilla-1.2.1-r*.ebuild : Fixed replace-flags diff --git a/net-www/mozilla/mozilla-1.2.1-r5.ebuild b/net-www/mozilla/mozilla-1.2.1-r5.ebuild index 3bca0d8259a2..0e958c899465 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.3 2003/02/13 15:39:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r5.ebuild,v 1.4 2003/03/04 21:35:29 weeve Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -63,7 +63,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/${PN}${MY_PV2}/src/${PN}-sou # mirror://gentoo/${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" |