summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-31 08:25:26 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-31 08:26:14 +0200
commitd8d52e690a0af4f0781f21d8516376f1a0c3e00d (patch)
treed188cb086aaf64a3352f0338b5bc6ff820fc84ad /media-gfx/exiv2
parentapp-i18n/ibus-cangjie: enable py3.10 (diff)
downloadgentoo-d8d52e690a0af4f0781f21d8516376f1a0c3e00d.tar.gz
gentoo-d8d52e690a0af4f0781f21d8516376f1a0c3e00d.tar.bz2
gentoo-d8d52e690a0af4f0781f21d8516376f1a0c3e00d.zip
media-gfx/exiv2: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx/exiv2')
-rw-r--r--media-gfx/exiv2/exiv2-0.27.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
index 7639b13784f1..1551fcc75e29 100644
--- a/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
+++ b/media-gfx/exiv2/exiv2-0.27.5-r1.ebuild
@@ -13,7 +13,7 @@ else
fi
CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit cmake-multilib python-any-r1
DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"