diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-26 11:13:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-26 11:13:31 +0000 |
commit | b55d0d9f98d3708cde7ef118efced5c6e9055faf (patch) | |
tree | ac38126296ceaf0d272917e008258d42b6b91574 /www-client/firefox | |
parent | clean up (diff) | |
download | gentoo-2-b55d0d9f98d3708cde7ef118efced5c6e9055faf.tar.gz gentoo-2-b55d0d9f98d3708cde7ef118efced5c6e9055faf.tar.bz2 gentoo-2-b55d0d9f98d3708cde7ef118efced5c6e9055faf.zip |
Add ~alpha/~ia64 wrt #360427
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 1d835655eac4..ecef51cfcaa8 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.112 2011/12/22 08:36:53 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.113 2011/12/26 11:13:31 armin76 Exp $ + + 26 Dec 2011; Raúl Porcel <armin76@gentoo.org> firefox-9.0.ebuild: + Add ~alpha/~ia64 wrt #360427 22 Dec 2011; Lars Wendler <polynomial-c@gentoo.org> firefox-9.0.ebuild: Fixed usage of check-reqs (bug #395601). Thanks to Alphat-PC for report and diff --git a/www-client/firefox/firefox-9.0.ebuild b/www-client/firefox/firefox-9.0.ebuild index 595b512a00b2..a076a303e50a 100644 --- a/www-client/firefox/firefox-9.0.ebuild +++ b/www-client/firefox/firefox-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-9.0.ebuild,v 1.2 2011/12/22 08:36:53 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-9.0.ebuild,v 1.3 2011/12/26 11:13:31 armin76 Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -18,7 +18,7 @@ PATCH="${PN}-9.0-patches-0.4" DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm" |