Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-10.0.ebuild
Date: Sat, 04 Feb 2012 19:05:42
Message-Id: 20120204190532.CBCDE2004B@flycatcher.gentoo.org
1 nirbheek 12/02/04 19:05:32
2
3 Modified: firefox-10.0.ebuild
4 Log:
5 Fix accidental keyword dropping
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-client/firefox/firefox-10.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-10.0.ebuild?r1=1.1&r2=1.2
15
16 Index: firefox-10.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- firefox-10.0.ebuild 4 Feb 2012 19:00:16 -0000 1.1
23 +++ firefox-10.0.ebuild 4 Feb 2012 19:05:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.ebuild,v 1.1 2012/02/04 19:00:16 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.ebuild,v 1.2 2012/02/04 19:05:32 nirbheek Exp $
29
30 EAPI="3"
31 VIRTUALX_REQUIRED="pgo"
32 @@ -31,7 +31,7 @@
33 DESCRIPTION="Firefox Web Browser"
34 HOMEPAGE="http://www.mozilla.com/firefox"
35
36 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
38 SLOT="0"
39 LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
40 IUSE="bindist +crashreporter +ipc pgo system-sqlite +webm"