diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-10-03 02:11:44 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-10-03 02:11:44 +0000 |
commit | 63f8318e7a95a088ecdcdecca3f2566f14b01794 (patch) | |
tree | c1f6e832016616b09150ac3ff5cfea15fe1125b2 /www-client | |
parent | Version bump (fixes bug #138642). (diff) | |
download | gentoo-2-63f8318e7a95a088ecdcdecca3f2566f14b01794.tar.gz gentoo-2-63f8318e7a95a088ecdcdecca3f2566f14b01794.tar.bz2 gentoo-2-63f8318e7a95a088ecdcdecca3f2566f14b01794.zip |
Marked stable on mips.
(Portage version: 2.1.1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 84e5b8490405..d1fb97f1bd15 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla-firefox # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.189 2006/09/30 19:29:05 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.190 2006/10/03 02:11:44 kumba Exp $ + + 04 Oct 2006; Joshua Kinard <kumba@gentoo.org> + mozilla-firefox-1.5.0.7.ebuild: + Marked stable on mips. *mozilla-firefox-2.0_rc1 (30 Sep 2006) diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild index c1069b04ba08..e922325a4bd6 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild,v 1.7 2006/09/22 22:00:53 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.7.ebuild,v 1.8 2006/10/03 02:11:44 kumba Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 @@ -18,7 +18,7 @@ HOMEPAGE="http://www.mozilla.org/projects/firefox/" SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 mirror://gentoo/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="-* amd64 arm hppa ~ia64 ~mips ppc sparc x86 ~x86-fbsd" +KEYWORDS="-* amd64 arm hppa ~ia64 mips ppc sparc x86 ~x86-fbsd" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="java mozdevelop" |