diff options
author | Stuart Longland <redhatter@gentoo.org> | 2008-09-01 12:00:11 +0000 |
---|---|---|
committer | Stuart Longland <redhatter@gentoo.org> | 2008-09-01 12:00:11 +0000 |
commit | 0070fe879896da4c264222799c05ff662c9ad3cd (patch) | |
tree | d6b4fb45796835b1db5bbd69c08ceab7f2c9fadc /www-client | |
parent | version bump and cleanout (diff) | |
download | gentoo-2-0070fe879896da4c264222799c05ff662c9ad3cd.tar.gz gentoo-2-0070fe879896da4c264222799c05ff662c9ad3cd.tar.bz2 gentoo-2-0070fe879896da4c264222799c05ff662c9ad3cd.zip |
Added patches to get Firefox 3.0.1 working on MIPS. Further testing and work needed before ~mips keyword is added.
(Portage version: 2.2_rc8/cvs/Linux 2.6.23.14-mipsgit-20080206-lm2e mips64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 25c5870f9ba1..b45d29566889 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/mozilla-firefox # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.436 2008/08/23 05:10:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.437 2008/09/01 12:00:11 redhatter Exp $ + + 01 Sep 2008; Stuart Longland <redhatter@gentoo.org> + mozilla-firefox-3.0.1.ebuild: + Added some patches that should theoretically get Firefox 3.0 working on + mips. Further testing needed. 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild index eb3c3970d376..31af946cacd2 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.5 2008/07/30 17:58:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.6 2008/09/01 12:00:11 redhatter Exp $ EAPI="1" WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib fdo-mime autotools mozextension -PATCH="${P}-patches-0.1" +PATCH="${P}-patches-0.2" LANGS="af ar be ca cs da de el en-GB en-US es-AR es-ES eu fi fr fy-NL ga-IE gu-IN he hu id it ja ka ko ku lt mk mn nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru si sk sl sq sr sv-SE tr uk zh-CN zh-TW" NOSHORTLANGS="en-GB es-AR pt-BR zh-CN" |