diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:42:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:59:56 +0100 |
commit | 22c71e835881df63e21b2135d0ed7b9b48bf6eea (patch) | |
tree | 85eb6ebd6b7905729aa8fdf1f911d861a87aa006 /app-pda | |
parent | media-video/vdr: compile fix for glibc-2.31 (diff) | |
download | gentoo-22c71e835881df63e21b2135d0ed7b9b48bf6eea.tar.gz gentoo-22c71e835881df63e21b2135d0ed7b9b48bf6eea.tar.bz2 gentoo-22c71e835881df63e21b2135d0ed7b9b48bf6eea.zip |
app-pda/libimobiledevice: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 2 |
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 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 |