From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-833765-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7C996138454 for <garchives@archives.gentoo.org>; Fri, 11 Sep 2015 07:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E184FE0870; Fri, 11 Sep 2015 07:53:29 +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 8241AE086F for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2015 07:53:27 +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 8641E340AB5 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2015 07:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B31431FF for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2015 07:53:23 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1441957996.2f8d57aea0e40f2c58d856c44592d846b363f561.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/json-rpc/json-rpc-1.10.1.ebuild dev-python/json-rpc/json-rpc-1.7.0.ebuild dev-python/json-rpc/json-rpc-1.9.2.ebuild X-VCS-Directories: dev-python/json-rpc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2f8d57aea0e40f2c58d856c44592d846b363f561 X-VCS-Branch: master Date: Fri, 11 Sep 2015 07:53:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00663c3c-58ff-4619-8ecc-35b61ff91015 X-Archives-Hash: 6d4ba125e0857e7c8c997ce67ea905fd commit: 2f8d57aea0e40f2c58d856c44592d846b363f561 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 07:02:59 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 07:53:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8d57ae dev-python/json-rpc: Drop unncessary die Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/json-rpc/json-rpc-1.10.1.ebuild | 2 +- dev-python/json-rpc/json-rpc-1.7.0.ebuild | 2 +- dev-python/json-rpc/json-rpc-1.9.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/json-rpc/json-rpc-1.10.1.ebuild b/dev-python/json-rpc/json-rpc-1.10.1.ebuild index 1981501..dba072e 100644 --- a/dev-python/json-rpc/json-rpc-1.10.1.ebuild +++ b/dev-python/json-rpc/json-rpc-1.10.1.ebuild @@ -24,5 +24,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] )" python_test() { - esetup.py test || die + esetup.py test } diff --git a/dev-python/json-rpc/json-rpc-1.7.0.ebuild b/dev-python/json-rpc/json-rpc-1.7.0.ebuild index c23d740..840cfd9 100644 --- a/dev-python/json-rpc/json-rpc-1.7.0.ebuild +++ b/dev-python/json-rpc/json-rpc-1.7.0.ebuild @@ -23,5 +23,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] )" python_test() { - esetup.py test || die + esetup.py test } diff --git a/dev-python/json-rpc/json-rpc-1.9.2.ebuild b/dev-python/json-rpc/json-rpc-1.9.2.ebuild index 45e2d77..050502e 100644 --- a/dev-python/json-rpc/json-rpc-1.9.2.ebuild +++ b/dev-python/json-rpc/json-rpc-1.9.2.ebuild @@ -23,5 +23,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] )" python_test() { - esetup.py test || die + esetup.py test }