summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2022-06-03 22:06:36 +0200
committerSam James <sam@gentoo.org>2022-06-05 07:55:49 +0100
commit867c4e8251530fc6fab689651d1ac3e4075fd263 (patch)
tree0dfa3395ac7c5bb20e172751c42814dd4d309dda /app-portage
parentapp-misc/evtest: add 1.35 (diff)
downloadgentoo-867c4e8251530fc6fab689651d1ac3e4075fd263.tar.gz
gentoo-867c4e8251530fc6fab689651d1ac3e4075fd263.tar.bz2
gentoo-867c4e8251530fc6fab689651d1ac3e4075fd263.zip
app-portage/gentoopm: enable pypy3
Signed-off-by: Arsen Arsenović <arsen@aarsen.me> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoopm/gentoopm-0.4.ebuild2
-rw-r--r--app-portage/gentoopm/gentoopm-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index b5ba32c5fc84..8ece7b71b9fa 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index f3f382633170..ab743272c4d8 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1 git-r3