From 16c2905589ca909ec2cb1c54156be9826a8c13f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 14 Nov 2017 19:07:07 +0100 Subject: [PATCH] dev-python/pypy3-bin: Fix generating PatternCompiler pickles --- .../{pypy3-bin-5.9.0-r1.ebuild => pypy3-bin-5.9.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/pypy3-bin/{pypy3-bin-5.9.0-r1.ebuild => pypy3-bin-5.9.0-r2.ebuild} (98%) diff --git a/dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild similarity index 98% rename from dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild rename to dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild index 9f1abcf1f689..0f0e4bd042db 100644 --- a/dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild @@ -98,7 +98,7 @@ src_compile() { einfo "Generating caches and CFFI modules ..." # Generate Grammar and PatternGrammar pickles. - "${PYTHON}" -c "import lib2to3.pygram, lib2to3.patcomp; lib2to3.patcomp.PatternCompiler()" \ + ./pypy3-c -c "import lib2to3.pygram, lib2to3.patcomp; lib2to3.patcomp.PatternCompiler()" \ || die "Generation of Grammar and PatternGrammar pickles failed" # Generate cffi modules -- 2.26.2