Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-1.8.5.ebuild
Date: Sun, 03 Jul 2011 05:36:35
Message-Id: 20110703053621.451542004B@flycatcher.gentoo.org
1 nirbheek 11/07/03 05:36:21
2
3 Modified: spidermonkey-1.8.5.ebuild
4 Log:
5 Fix accidental removal of x86-fbsd keyword
6
7 (Portage version: 2.2.0_alpha39_p14/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild?r1=1.1&r2=1.2
15
16 Index: spidermonkey-1.8.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spidermonkey-1.8.5.ebuild 3 Jul 2011 05:28:44 -0000 1.1
23 +++ spidermonkey-1.8.5.ebuild 3 Jul 2011 05:36:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild,v 1.1 2011/07/03 05:28:44 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild,v 1.2 2011/07/03 05:36:21 nirbheek Exp $
29
30 EAPI="3"
31 inherit eutils toolchain-funcs multilib python versionator
32 @@ -15,7 +15,7 @@
33
34 LICENSE="NPL-1.1"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
38 IUSE="static-libs test"
39
40 S="${WORKDIR}/${MY_P}"