diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-28 14:10:15 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-28 14:10:47 -0400 |
commit | e4319f3916208e285a284b11774fc4e1c3ed5674 (patch) | |
tree | f71d6fb001d38377028375e27f3928730851abf7 /media-libs/harfbuzz | |
parent | kde-plasma/xembed-sni-proxy: drop 5.25.1* (diff) | |
download | gentoo-e4319f3916208e285a284b11774fc4e1c3ed5674.tar.gz gentoo-e4319f3916208e285a284b11774fc4e1c3ed5674.tar.bz2 gentoo-e4319f3916208e285a284b11774fc4e1c3ed5674.zip |
media-libs/harfbuzz: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/harfbuzz')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 899f139ec716..d69105f6a7dc 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic meson-multilib python-any-r1 xdg-utils |