commit: b6ef1a54cb5bfa920c2b9be4ec520d36f50056bf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 19 03:04:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 19 03:04:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ef1a54
app-portage/tatt: add Python 3.10 Closes: https://bugs.gentoo.org/845585 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/tatt/tatt-0.9.ebuild | 2 +- app-portage/tatt/tatt-9999.ebuild | 4 ++-- 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
