summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-07 02:44:07 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-07 02:47:18 -0700
commit01278bf102ac18fc107c23f16b82fee33a3e001a (patch)
tree8737f9a90dc6ef86c0901ad9d6191e276068a462 /app-portage
parentapp-portage/layman: support pypy3 (diff)
downloadgentoo-01278bf102ac18fc107c23f16b82fee33a3e001a.tar.gz
gentoo-01278bf102ac18fc107c23f16b82fee33a3e001a.tar.bz2
gentoo-01278bf102ac18fc107c23f16b82fee33a3e001a.zip
app-portage/gentoolkit: add py3.9
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.5.0.ebuild2
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index dc74e5dd20e4..efc5e8be7d40 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 39237afdc316..983d63f9d31e 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"