diff options
author | 2021-06-04 09:01:55 +0200 | |
---|---|---|
committer | 2021-06-04 09:15:09 +0200 | |
commit | 50b2f765ed378f5e86d4b0aa2ca7590a14847bcc (patch) | |
tree | e9ac612a4bbcf082d8f3b0572b467e0c636418fb /sys-apps | |
parent | dev-python/importlib_metadata: Bump to 4.5.0 (diff) | |
download | gentoo-50b2f765ed378f5e86d4b0aa2ca7590a14847bcc.tar.gz gentoo-50b2f765ed378f5e86d4b0aa2ca7590a14847bcc.tar.bz2 gentoo-50b2f765ed378f5e86d4b0aa2ca7590a14847bcc.zip |
sys-apps/portage: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/portage-3.0.19.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/portage/portage-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-3.0.19.ebuild b/sys-apps/portage/portage-3.0.19.ebuild index e6511cf77da8..224927214274 100644 --- a/sys-apps/portage/portage-3.0.19.ebuild +++ b/sys-apps/portage/portage-3.0.19.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) PYTHON_REQ_USE='bzip2(+),threads(+)' TMPFILES_OPTIONAL=1 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 90088d7a92e7..9f066dce6e27 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) PYTHON_REQ_USE='bzip2(+),threads(+)' TMPFILES_OPTIONAL=1 |