diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-14 19:07:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-14 19:09:19 +0100 |
commit | 16c2905589ca909ec2cb1c54156be9826a8c13f6 (patch) | |
tree | ddc1916aa63a88899db90730b314b1e4cf17fe89 /dev-python/pypy3-bin | |
parent | media-libs/mesa: Version bump to 17.3.0_rc4 (diff) | |
download | gentoo-16c2905589ca909ec2cb1c54156be9826a8c13f6.tar.gz gentoo-16c2905589ca909ec2cb1c54156be9826a8c13f6.tar.bz2 gentoo-16c2905589ca909ec2cb1c54156be9826a8c13f6.zip |
dev-python/pypy3-bin: Fix generating PatternCompiler pickles
Diffstat (limited to 'dev-python/pypy3-bin')
-rw-r--r-- | dev-python/pypy3-bin/pypy3-bin-5.9.0-r2.ebuild (renamed from dev-python/pypy3-bin/pypy3-bin-5.9.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 |