dev-util/psautohint: enable py3.10

Closes: https://bugs.gentoo.org/848369
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-29 22:58:33 +02:00
parent c52dee3cd3
commit 57799acd79

View File

@@ -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