summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-27 19:48:29 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-27 19:49:09 +0200
commitf1a3131e5115c4d07ae55dd10dcae2504b8e5b58 (patch)
treeef4fe458f41ec228eadfd51780d0c68e95570678 /app-pda/libimobiledevice
parentapp-misc/solaar: Support python3.6 (diff)
downloadgentoo-f1a3131e5115c4d07ae55dd10dcae2504b8e5b58.tar.gz
gentoo-f1a3131e5115c4d07ae55dd10dcae2504b8e5b58.tar.bz2
gentoo-f1a3131e5115c4d07ae55dd10dcae2504b8e5b58.zip
app-pda/libimobiledevice: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-pda/libimobiledevice')
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
index 19d56287cf42..ec93036aa4aa 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_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit autotools python-r1