summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 21:42:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 21:59:57 +0100
commita57015c0284b9e2f2fcf71cbe65d47694ecc0d9f (patch)
tree85fdd4a8ca1d0d7ecf9d1f5b8dfc7391c57624f4 /app-pda/libplist
parentapp-pda/libimobiledevice: Remove py2 (diff)
downloadgentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.tar.gz
gentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.tar.bz2
gentoo-a57015c0284b9e2f2fcf71cbe65d47694ecc0d9f.zip
app-pda/libplist: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-pda/libplist')
-rw-r--r--app-pda/libplist/libplist-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild
index a9bce66186fa..77cfc406326e 100644
--- a/app-pda/libplist/libplist-2.0.0.ebuild
+++ b/app-pda/libplist/libplist-2.0.0.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,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit autotools eutils python-r1
DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"