From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 312CA1388BF for ; Fri, 19 Feb 2016 09:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E648221C059; Fri, 19 Feb 2016 09:27:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3278021C052 for ; Fri, 19 Feb 2016 09:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0894F340D61 for ; Fri, 19 Feb 2016 09:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815C215FB for ; Fri, 19 Feb 2016 09:27:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455625978.d76b1e901ae1a75077b865fa23511e18a418670d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/prov/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/prov/prov-1.4.0.ebuild X-VCS-Directories: dev-python/prov/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d76b1e901ae1a75077b865fa23511e18a418670d X-VCS-Branch: master Date: Fri, 19 Feb 2016 09:27:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b131f00-a084-44fa-aa83-4246257eadee X-Archives-Hash: 0e6b0015d44272134c0f49f703af49d8 commit: d76b1e901ae1a75077b865fa23511e18a418670d Author: Horea Christian mail ru> AuthorDate: Tue Feb 16 12:32:58 2016 +0000 Commit: Justin Lecher gentoo 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 }