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 6DCDE1382A5 for ; Sat, 4 Jun 2016 08:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D69021C028; Sat, 4 Jun 2016 08:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F97521C01D for ; Sat, 4 Jun 2016 08:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 062DB340C33 for ; Sat, 4 Jun 2016 08:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DEE1B8A for ; Sat, 4 Jun 2016 08:24:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1465028619.e8b6ebd6f156f4c0f560c7e2b94cf71c922e4cd7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-4.1.2.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e8b6ebd6f156f4c0f560c7e2b94cf71c922e4cd7 X-VCS-Branch: master Date: Sat, 4 Jun 2016 08:24:42 +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: 8c974b43-6fc4-468f-96c0-4e8c9c1bfddd X-Archives-Hash: 6e5e7fbbb80afa14e20f5c15e3e1579a commit: e8b6ebd6f156f4c0f560c7e2b94cf71c922e4cd7 Author: Marius Brehler linux sungazer de> AuthorDate: Tue May 31 08:43:44 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 4 08:23:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b6ebd6 dev-python/ipython: Call virtx instead of virtualmake Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1571 Signed-off-by: David Seifert gentoo.org> dev-python/ipython/ipython-4.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipython/ipython-4.1.2.ebuild b/dev-python/ipython/ipython-4.1.2.ebuild index c3c0a28..4017a22 100644 --- a/dev-python/ipython/ipython-4.1.2.ebuild +++ b/dev-python/ipython/ipython-4.1.2.ebuild @@ -100,7 +100,7 @@ python_test() { "${PYTHON}" -m IPython.testing.iptestcontroller --all || fail=1 popd > /dev/null || die } - VIRTUALX_COMMAND=run_tests virtualmake + virtx run_tests [[ ${fail} ]] && die "Tests fail with ${EPYTHON}" }