summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-18 09:05:22 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-18 09:36:05 +0200
commitbe4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358 (patch)
tree853fc853cccefecedefcc453861668490a07e138 /app-portage/diffmask
parentapp-portage/diffmask: Use PEP517 build (diff)
downloadgentoo-be4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358.tar.gz
gentoo-be4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358.tar.bz2
gentoo-be4f6fd3dc8d0430f2504c2f3f3ef3c7ec572358.zip
app-portage/diffmask: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/diffmask')
-rw-r--r--app-portage/diffmask/diffmask-0.3.3-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index 860f48575331..e1d32c613721 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1