commit: 57799acd79bc137d82f5dbe206414577055fd23a Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 29 20:58:33 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 29 21:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57799acd
dev-util/psautohint: enable py3.10 Closes: https://bugs.gentoo.org/848369 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-util/psautohint/psautohint-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/psautohint/psautohint-2.4.0.ebuild b/dev-util/psautohint/psautohint-2.4.0.ebuild index 34273f758..675b06317 100644 --- a/dev-util/psautohint/psautohint-2.4.0.ebuild +++ b/dev-util/psautohint/psautohint-2.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23" DISTUTILS_IN_SOURCE_BUILD=1 EMESON_SOURCE="${S}/libpsautohint" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson distutils-r1
