Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Tue, 28 Jun 2022 18:11:56
Message-Id: 1656439847.e4319f3916208e285a284b11774fc4e1c3ed5674.mattst88@gentoo
1 commit: e4319f3916208e285a284b11774fc4e1c3ed5674
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 18:10:15 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 18:10:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4319f39
7
8 media-libs/harfbuzz: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/harfbuzz/harfbuzz-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
16 index 899f139ec716..d69105f6a7dc 100644
17 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
18 +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit flag-o-matic meson-multilib python-any-r1 xdg-utils