diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-08-27 08:35:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-08-27 08:37:57 +0200 |
commit | b43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c (patch) | |
tree | 605d697ae061c539e7f5e5b3fb57fd80e8f2550c /dev-python/pypy3 | |
parent | ruby-ng.eclass: add ruby26 to the list of removed implementations (diff) | |
download | gentoo-b43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c.tar.gz gentoo-b43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c.tar.bz2 gentoo-b43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c.zip |
dev-python/pypy3: Fix installed "epython" module
Closes: https://bugs.gentoo.org/866809
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild (renamed from dev-python/pypy3/pypy3-7.3.9_p5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.9_p5.ebuild b/dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild index 1574588f1f3f..c205718e71f2 100644 --- a/dev-python/pypy3/pypy3-7.3.9_p5.ebuild +++ b/dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild @@ -98,7 +98,7 @@ src_compile() { [[ ${soabi} == ${SLOT#*/} ]] || die "update subslot to ${soabi}" # Add epython.py to the distribution - echo "EPYTHON='${EPYTHON}'" > lib-python/3/epython.py || die + echo 'EPYTHON="pypy3"' > lib-python/3/epython.py || die einfo "Generating caches and CFFI modules ..." |