Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/
Date: Sun, 29 May 2022 21:05:05
Message-Id: 1653858292.57799acd79bc137d82f5dbe206414577055fd23a.Alessandro-Barbieri@gentoo
1 commit: 57799acd79bc137d82f5dbe206414577055fd23a
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:58:33 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57799acd
7
8 dev-util/psautohint: enable py3.10
9
10 Closes: https://bugs.gentoo.org/848369
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-util/psautohint/psautohint-2.4.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/psautohint/psautohint-2.4.0.ebuild b/dev-util/psautohint/psautohint-2.4.0.ebuild
17 index 34273f758..675b06317 100644
18 --- a/dev-util/psautohint/psautohint-2.4.0.ebuild
19 +++ b/dev-util/psautohint/psautohint-2.4.0.ebuild
20 @@ -6,7 +6,7 @@ EAPI=8
21 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23"
22 DISTUTILS_IN_SOURCE_BUILD=1
23 EMESON_SOURCE="${S}/libpsautohint"
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit meson distutils-r1