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 C95AC139538 for ; Fri, 11 Sep 2015 07:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 709F2E086C; Fri, 11 Sep 2015 07:53:27 +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 9480BE0867 for ; Fri, 11 Sep 2015 07:53:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA9F7340A9C for ; Fri, 11 Sep 2015 07:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218A91F6 for ; Fri, 11 Sep 2015 07:53:23 +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: <1441957993.86b3cfeb744fc50d7072f13a8f723d9b4dd973f7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanfriendly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/humanfriendly/humanfriendly-1.33.ebuild dev-python/humanfriendly/humanfriendly-1.35.ebuild X-VCS-Directories: dev-python/humanfriendly/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 86b3cfeb744fc50d7072f13a8f723d9b4dd973f7 X-VCS-Branch: master Date: Fri, 11 Sep 2015 07:53:23 +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: 5267c0c5-bf52-4e66-9a84-4b59a39ee33c X-Archives-Hash: 5b1e421eab5e0e05cf3721db6ecb1b0a commit: 86b3cfeb744fc50d7072f13a8f723d9b4dd973f7 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 06:57:10 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 07:53:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b3cfeb dev-python/humanfriendly: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/humanfriendly/humanfriendly-1.33.ebuild | 2 +- dev-python/humanfriendly/humanfriendly-1.35.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/humanfriendly/humanfriendly-1.33.ebuild b/dev-python/humanfriendly/humanfriendly-1.33.ebuild index 34fa7dd..70e55d9 100644 --- a/dev-python/humanfriendly/humanfriendly-1.33.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.33.ebuild @@ -22,5 +22,5 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die + esetup.py test } diff --git a/dev-python/humanfriendly/humanfriendly-1.35.ebuild b/dev-python/humanfriendly/humanfriendly-1.35.ebuild index 34fa7dd..70e55d9 100644 --- a/dev-python/humanfriendly/humanfriendly-1.35.ebuild +++ b/dev-python/humanfriendly/humanfriendly-1.35.ebuild @@ -22,5 +22,5 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - esetup.py test || die + esetup.py test }