summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-28 20:51:56 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-28 21:39:13 +0200
commit72f51cacad95bb335d6320f02e07fe25db49a858 (patch)
tree997cd8a90c06c3e2d93dc71308a5af999962ae54 /sys-apps/portage
parentsys-libs/libselinux: Port to py39 (diff)
downloadgentoo-72f51cacad95bb335d6320f02e07fe25db49a858.tar.gz
gentoo-72f51cacad95bb335d6320f02e07fe25db49a858.tar.bz2
gentoo-72f51cacad95bb335d6320f02e07fe25db49a858.zip
sys-apps/portage: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/portage')
-rw-r--r--sys-apps/portage/portage-2.3.100.ebuild2
-rw-r--r--sys-apps/portage/portage-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-2.3.100.ebuild b/sys-apps/portage/portage-2.3.100.ebuild
index 8abae5056549..9f6aecbb7dcc 100644
--- a/sys-apps/portage/portage-2.3.100.ebuild
+++ b/sys-apps/portage/portage-2.3.100.ebuild
@@ -4,7 +4,7 @@
EAPI=5
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
inherit distutils-r1 epatch linux-info systemd prefix
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index a98a909a8e41..4c546564cf0c 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( pypy3 python3_6 python3_7 python3_8 )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
PYTHON_REQ_USE='bzip2(+),threads(+)'
inherit distutils-r1 git-r3 linux-info systemd prefix