summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-27 08:35:10 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-27 08:37:57 +0200
commitb43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c (patch)
tree605d697ae061c539e7f5e5b3fb57fd80e8f2550c
parentruby-ng.eclass: add ruby26 to the list of removed implementations (diff)
downloadgentoo-b43ee416.tar.gz
gentoo-b43ee416.tar.bz2
gentoo-b43ee416.zip
dev-python/pypy3: Fix installed "epython" module
Closes: https://bugs.gentoo.org/866809 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 ..."