Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/spe: spe-0.8.4h.ebuild
Date: Wed, 27 Apr 2011 19:17:46
Message-Id: 20110427191736.345FD20054@flycatcher.gentoo.org
1 arfrever 11/04/27 19:17:36
2
3 Modified: spe-0.8.4h.ebuild
4 Log:
5 Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha30_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-util/spe/spe-0.8.4h.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild?r1=1.3&r2=1.4
15
16 Index: spe-0.8.4h.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- spe-0.8.4h.ebuild 26 Apr 2010 10:48:59 -0000 1.3
23 +++ spe-0.8.4h.ebuild 27 Apr 2011 19:17:36 -0000 1.4
24 @@ -1,10 +1,11 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild,v 1.3 2010/04/26 10:48:59 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild,v 1.4 2011/04/27 19:17:36 arfrever Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2"
33 SUPPORT_PYTHON_ABIS="1"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35
36 inherit distutils eutils
37
38 @@ -23,7 +24,6 @@
39 RDEPEND=">=dev-python/pychecker-0.8.18
40 >=dev-python/wxpython-2.6
41 >=dev-util/wxglade-0.3.2"
42 -RESTRICT_PYTHON_ABIS="3.*"
43
44 S="${WORKDIR}/spe-${MY_PV}"