summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:21:14 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:43:59 -0400
commit1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0 (patch)
tree2c983ccf5d05fd9f17b6b93bf1727cd77926297e /dev-util/gtk-doc
parentdev-util/gtk-builder-convert: Add Python 3.11 compatibility (diff)
downloadgentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.tar.gz
gentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.tar.bz2
gentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.zip
dev-util/gtk-doc: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r--dev-util/gtk-doc/gtk-doc-1.33.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
index a8d355659e85..e307da125aeb 100644
--- a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
+++ b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit elisp-common gnome.org meson python-single-r1 readme.gentoo-r1