diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-08-14 22:10:04 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-08-14 22:10:04 +0000 |
commit | 7b3c76b4a7c75cd35499c8ce8484cff4c1ac374f (patch) | |
tree | 294ea0e630179a51aa0fac28f27871992b6f4113 /net-www | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-7b3c76b4a7c75cd35499c8ce8484cff4c1ac374f.tar.gz gentoo-2-7b3c76b4a7c75cd35499c8ce8484cff4c1ac374f.tar.bz2 gentoo-2-7b3c76b4a7c75cd35499c8ce8484cff4c1ac374f.zip |
Marking stable on "x86"; bug #59419.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 164797e058da..76675b42c5c6 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.190 2004/08/09 12:25:50 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.191 2004/08/14 22:10:04 plasmaroo Exp $ + + 14 Aug 2004; <plasmaroo@gentoo.org> mozilla-1.7.2.ebuild: + Marking stable on "x86"; bug #59419. 09 Aug 2004; Jason Wever <weeve@gentoo.org> mozilla-1.7.2.ebuild: Stable on sparc wrt security bug #59419. diff --git a/net-www/mozilla/mozilla-1.7.2.ebuild b/net-www/mozilla/mozilla-1.7.2.ebuild index 855af5a907d6..025a805fec67 100644 --- a/net-www/mozilla/mozilla-1.7.2.ebuild +++ b/net-www/mozilla/mozilla-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2.ebuild,v 1.6 2004/08/14 19:01:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2.ebuild,v 1.7 2004/08/14 22:10:04 plasmaroo Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit @@ -27,7 +27,7 @@ SRC_URI="mirror://gentoo/${PN}-source3-${MY_PV}.tar.bz2 # mozilla.org screwed up the source tarball for 1.7.2 # http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/src/${PN}-source-${MY_PV}.tar.bz2 -KEYWORDS="~x86 ppc sparc alpha amd64 ia64" +KEYWORDS="x86 ppc sparc alpha amd64 ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |