commit:     b43ee416f8c2b60bae3684fff4e9ccbcf8a1eb7c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 06:35:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 06:37:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43ee416

dev-python/pypy3: Fix installed "epython" module

Closes: https://bugs.gentoo.org/866809
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pypy3/{pypy3-7.3.9_p5.ebuild => pypy3-7.3.9_p5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy3/pypy3-7.3.9_p5.ebuild 
b/dev-python/pypy3/pypy3-7.3.9_p5-r1.ebuild
similarity index 98%
rename from dev-python/pypy3/pypy3-7.3.9_p5.ebuild
rename to 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 ..."
 

Reply via email to