summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:25:44 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:44:00 -0400
commit8930eb9dc1d5d1c1c66f47b2f86e22d15c3d423a (patch)
treed3f33fa0c081dfd77d15393d953e7b3eafce903a /media-gfx/gthumb
parentgnome-base/gnome-keyring: Add Python 3.11 compatibility (diff)
downloadgentoo-8930eb9dc1d5d1c1c66f47b2f86e22d15c3d423a.tar.gz
gentoo-8930eb9dc1d5d1c1c66f47b2f86e22d15c3d423a.tar.bz2
gentoo-8930eb9dc1d5d1c1c66f47b2f86e22d15c3d423a.zip
media-gfx/gthumb: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r--media-gfx/gthumb/gthumb-3.12.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
index 8f3defb53ad5..6ad398e059de 100644
--- a/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
+++ b/media-gfx/gthumb/gthumb-3.12.2-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome.org gnome2-utils meson python-any-r1 xdg
DESCRIPTION="Image viewer and browser for Gnome"