diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:26:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:00 -0400 |
commit | eb2fbcb58286f5ad0ffb939842782295fc1be9d1 (patch) | |
tree | f8e20792b063c45d546c606da9354e15b987288e /media-libs/gexiv2 | |
parent | media-gfx/gthumb: Add Python 3.11 compatibility (diff) | |
download | gentoo-eb2fbcb58286f5ad0ffb939842782295fc1be9d1.tar.gz gentoo-eb2fbcb58286f5ad0ffb939842782295fc1be9d1.tar.bz2 gentoo-eb2fbcb58286f5ad0ffb939842782295fc1be9d1.zip |
media-libs/gexiv2: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/gexiv2')
-rw-r--r-- | media-libs/gexiv2/gexiv2-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gexiv2/gexiv2-0.14.0.ebuild b/media-libs/gexiv2/gexiv2-0.14.0.ebuild index 20b5be422898..83dc4cd139fb 100644 --- a/media-libs/gexiv2/gexiv2-0.14.0.ebuild +++ b/media-libs/gexiv2/gexiv2-0.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson python-r1 vala |