app-pda/libimobiledevice: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:48:29 +0000 (19:48 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:49:09 +0000 (19:49 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild

index 19d56287cf423bad7861a92c5ef6a3ce13c1ef62..ec93036aa4aa4622ba9b030d5b720b10354f717f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit autotools python-r1