Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numba: numba-0.18.2.ebuild
Date: Tue, 02 Jun 2015 15:29:38
Message-Id: 20150602152932.7050EA13@oystercatcher.gentoo.org
1 idella4 15/06/02 15:29:32
2
3 Modified: numba-0.18.2.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/numba/numba-0.18.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild?r1=1.2&r2=1.3
15
16 Index: numba-0.18.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- numba-0.18.2.ebuild 2 Jun 2015 15:27:12 -0000 1.2
23 +++ numba-0.18.2.ebuild 2 Jun 2015 15:29:32 -0000 1.3
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.2 2015/06/02 15:27:12 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.18.2.ebuild,v 1.3 2015/06/02 15:29:32 idella4 Exp $
29
30 EAPI=5
31
32 -# test phase is pointless since it errors in circa 60% of 1984 tests
33 +# test phase is pointless since it errors in circa 60% of 1984 tests
34 RESTRICT="test"
35
36 PYTHON_COMPAT=( python{2_7,3_3,3_4} )