app-pda/libplist: Python 3.7 and 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Mon, 13 Jan 2020 18:53:59 +0000 (13:53 -0500)
committerCraig Andrews <candrews@gentoo.org>
Mon, 13 Jan 2020 18:56:14 +0000 (13:56 -0500)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
app-pda/libplist/libplist-2.0.0.ebuild

index e44a079619652b23c6830f45f7d7c8921ce67d40..a9bce66186fa0414dcc98bbbe2c04f1a819a0817 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_6} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
 inherit autotools eutils python-r1
 
 DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"