From: Michał Górny Date: Mon, 10 Feb 2020 13:05:07 +0000 (+0100) Subject: media-gfx/exiv2: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=635b8c3814b476fdf5e08cf13712661a568c44ac;p=gentoo.git media-gfx/exiv2: Remove py2 where possible Signed-off-by: Michał Górny --- diff --git a/media-gfx/exiv2/exiv2-0.27.2.ebuild b/media-gfx/exiv2/exiv2-0.27.2.ebuild index 866a52c4b336..eb4ea7a0803c 100644 --- a/media-gfx/exiv2/exiv2-0.27.2.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.2.ebuild @@ -12,7 +12,7 @@ else fi CMAKE_ECLASS=cmake -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-multilib python-any-r1 DESCRIPTION="EXIF, IPTC and XMP metadata C++ library and command line utility"