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 170DB58973 for ; Tue, 9 Feb 2016 13:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27A821C143; Tue, 9 Feb 2016 13:18:40 +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 5412121C143 for ; Tue, 9 Feb 2016 13:18:40 +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 89019340928 for ; Tue, 9 Feb 2016 13:18:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665638F6 for ; Tue, 9 Feb 2016 13:18:36 +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: <1454579333.ee9d01d1442c4e58d97e2c26f926006017378bed.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pydotplus/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pydotplus/pydotplus-2.0.2.ebuild X-VCS-Directories: dev-python/pydotplus/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ee9d01d1442c4e58d97e2c26f926006017378bed X-VCS-Branch: master Date: Tue, 9 Feb 2016 13:18:36 +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: 859560c7-508b-4e93-8e15-10918829c727 X-Archives-Hash: 2d6fcfcbc8717621e963d1bcb768b1f4 commit: ee9d01d1442c4e58d97e2c26f926006017378bed Author: Horea Christian mail ru> AuthorDate: Thu Feb 4 09:48:53 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Feb 4 09:48:53 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ee9d01d1 dev-python/pydotplus: added die call Package-Manager: portage-2.2.27 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild index 33dae98..de5270b 100644 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild +++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild @@ -27,5 +27,5 @@ RDEPEND=" S="${WORKDIR}/${PN}-${MY_PV}" src_test() { - ${PYTHON} -m unittest discover + ${PYTHON} -m unittest discover || die }