diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-28 22:15:32 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-02-28 22:15:32 +0000 |
commit | 5192786fba86fff1d821b9644cce454be35dfe59 (patch) | |
tree | 6fdfd028efc9e62a89211e5e372840460eb057f6 /net-www/mozilla-firefox | |
parent | Killed einstall usage. Back to using econf to fix multilib problems. (diff) | |
download | gentoo-2-5192786fba86fff1d821b9644cce454be35dfe59.tar.gz gentoo-2-5192786fba86fff1d821b9644cce454be35dfe59.tar.bz2 gentoo-2-5192786fba86fff1d821b9644cce454be35dfe59.zip |
Stable on ppc.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index a262cc850448..9f841b9a53fe 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mozilla-firefox # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.101 2005/02/28 18:19:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/ChangeLog,v 1.102 2005/02/28 22:15:32 hansmi Exp $ + + 28 Feb 2005; Michael Hanselmann <hansmi@gentoo.org> + mozilla-firefox-1.0.1.ebuild: + Stable on ppc. 28 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> mozilla-firefox-1.0.1.ebuild: diff --git a/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild b/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild index 3fab368d9f8e..f15acc85f20a 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild,v 1.5 2005/02/28 18:19:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-1.0.1.ebuild,v 1.6 2005/02/28 22:15:32 hansmi Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils mozconfig mozilla-launcher multilib @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/source LICENSE="MPL-1.1 NPL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc sparc x86 ~hppa" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc sparc x86 ~hppa" IUSE="java mozsvg" # xrender.pc appeared for the first time in xorg-x11-6.7.0-r2 |