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-python/h5py: h5py-1.3.1.ebuild
Date: Wed, 04 May 2011 20:44:42
Message-Id: 20110504204431.B18E920054@flycatcher.gentoo.org
1 arfrever 11/05/04 20:44:31
2
3 Modified: h5py-1.3.1.ebuild
4 Log:
5 Restrict Jython ABIs.
6
7 (Portage version: 2.2.0_alpha30_p48/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/h5py/h5py-1.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: h5py-1.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- h5py-1.3.1.ebuild 3 May 2011 22:20:58 -0000 1.1
23 +++ h5py-1.3.1.ebuild 4 May 2011 20:44:31 -0000 1.2
24 @@ -1,11 +1,11 @@
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-python/h5py/h5py-1.3.1.ebuild,v 1.1 2011/05/03 22:20:58 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/h5py/h5py-1.3.1.ebuild,v 1.2 2011/05/04 20:44:31 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 -RESTRICT_PYTHON_ABIS="3.*"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35 DISTUTILS_SRC_TEST="setup.py"
36
37 inherit distutils