diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:25:44 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:00 -0400 |
commit | 8930eb9dc1d5d1c1c66f47b2f86e22d15c3d423a (patch) | |
tree | d3f33fa0c081dfd77d15393d953e7b3eafce903a /media-gfx | |
parent | gnome-base/gnome-keyring: Add Python 3.11 compatibility (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/gthumb/gthumb-3.12.2-r2.ebuild | 2 |
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" |