commit:     16c2905589ca909ec2cb1c54156be9826a8c13f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 18:07:07 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 18:09:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c29055

dev-python/pypy3-bin: Fix generating PatternCompiler pickles

 .../pypy3-bin/{pypy3-bin-5.9.0-r1.ebuild => pypy3-bin-5.9.0-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9f1abcf1f68..0f0e4bd042d 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

Reply via email to