summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-19 03:04:45 +0000
committerSam James <sam@gentoo.org>2022-05-19 03:04:45 +0000
commitb6ef1a54cb5bfa920c2b9be4ec520d36f50056bf (patch)
tree729fd8b873683520c11711696236ecbc9088b7f7 /app-portage
parentdev-python/scipy: add 1.8.1 (diff)
downloadgentoo-b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf.tar.gz
gentoo-b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf.tar.bz2
gentoo-b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf.zip
app-portage/tatt: add Python 3.10
Closes: https://bugs.gentoo.org/845585 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/tatt/tatt-0.9.ebuild2
-rw-r--r--app-portage/tatt/tatt-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/tatt/tatt-0.9.ebuild b/app-portage/tatt/tatt-0.9.ebuild
index 5c41d2d22462..c241a0bb857e 100644
--- a/app-portage/tatt/tatt-0.9.ebuild
+++ b/app-portage/tatt/tatt-0.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild
index 057777352672..e59d8cfdfa8a 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 git-r3