From: Michał Górny Date: Mon, 10 Feb 2020 20:42:24 +0000 (+0100) Subject: app-pda/libimobiledevice: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22c71e835881df63e21b2135d0ed7b9b48bf6eea;p=gentoo.git app-pda/libimobiledevice: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild index a34b28202dd8..47a554923260 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools python-r1