Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/
Date: Sat, 04 Jun 2016 08:24:50
Message-Id: 1465028619.e8b6ebd6f156f4c0f560c7e2b94cf71c922e4cd7.soap@gentoo
1 commit: e8b6ebd6f156f4c0f560c7e2b94cf71c922e4cd7
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue May 31 08:43:44 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 08:23:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b6ebd6
7
8 dev-python/ipython: Call virtx instead of virtualmake
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/1571
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/ipython/ipython-4.1.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/ipython/ipython-4.1.2.ebuild b/dev-python/ipython/ipython-4.1.2.ebuild
19 index c3c0a28..4017a22 100644
20 --- a/dev-python/ipython/ipython-4.1.2.ebuild
21 +++ b/dev-python/ipython/ipython-4.1.2.ebuild
22 @@ -100,7 +100,7 @@ python_test() {
23 "${PYTHON}" -m IPython.testing.iptestcontroller --all || fail=1
24 popd > /dev/null || die
25 }
26 - VIRTUALX_COMMAND=run_tests virtualmake
27 + virtx run_tests
28 [[ ${fail} ]] && die "Tests fail with ${EPYTHON}"
29 }