commit: 6b21356cda2b16c4fb6f1447ff9aa74fcee69679
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 14:10:28 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 08:59:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21356c
dev-python/pmw: Banned virtualmake is banned
Fix brokenness that was hidden by RESTRICT=test.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pmw/pmw-2.0.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index 34af70bd3ca..94b2b97025c 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -34,7 +34,7 @@ python_test() {
cp tests/{flagup.bmp,earthris.gif} . || die
for test in tests/*_test.py; do
echo "running test "$test
- PYTHONPATH=tests:../../ virtualmake $test || die
+ PYTHONPATH=tests:../../ virtx emake -j1 $test || die
done
}