commit: d76b1e901ae1a75077b865fa23511e18a418670d Author: Horea Christian <h.chr <AT> mail <DOT> ru> AuthorDate: Tue Feb 16 12:32:58 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 12:32:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d76b1e90
dev-python/prov: added die call, updated EAPI Package-Manager: portage-2.2.27 dev-python/prov/prov-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/prov/prov-1.4.0.ebuild b/dev-python/prov/prov-1.4.0.ebuild index aaf9e0b..cbb13de 100644 --- a/dev-python/prov/prov-1.4.0.ebuild +++ b/dev-python/prov/prov-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" PYTHON_COMPAT=( python2_7 ) @@ -28,5 +28,5 @@ RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] " src_test() { - ${PYTHON} -m unittest discover + ${PYTHON} -m unittest discover || die }