Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/prov/
Date: Fri, 19 Feb 2016 09:27:49
Message-Id: 1455625978.d76b1e901ae1a75077b865fa23511e18a418670d.jlec@gentoo
1 commit: d76b1e901ae1a75077b865fa23511e18a418670d
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Tue Feb 16 12:32:58 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 16 12:32:58 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d76b1e90
7
8 dev-python/prov: added die call, updated EAPI
9
10 Package-Manager: portage-2.2.27
11
12 dev-python/prov/prov-1.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild
16 index aaf9e0b..cbb13de 100644
17 --- a/dev-python/prov/prov-1.4.0.ebuild
18 +++ b/dev-python/prov/prov-1.4.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI="5"
24 +EAPI="6"
25
26 PYTHON_COMPAT=( python2_7 )
27
28 @@ -28,5 +28,5 @@ RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
29 "
30
31 src_test() {
32 - ${PYTHON} -m unittest discover
33 + ${PYTHON} -m unittest discover || die
34 }