commit: 30b8a2940abcb7b745cf79eb945db1cadf77d76a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 01:54:36 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 01:54:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30b8a294
app-admin/gentoo_update: enable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-admin/gentoo_update/gentoo_update-0.2.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
index b6789f61e..98fbedbed 100644
--- a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 optfeature