commit: 22c71e835881df63e21b2135d0ed7b9b48bf6eea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:42:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 20:59:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c71e83
app-pda/libimobiledevice: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
index a34b28202dd..47a55492326 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