From: Craig Andrews Date: Mon, 13 Jan 2020 18:53:59 +0000 (-0500) Subject: app-pda/libplist: Python 3.7 and 3.8 compatibility X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=08e3d5ed345a1105253f61fc8a5210d20e8b018d;p=gentoo.git app-pda/libplist: Python 3.7 and 3.8 compatibility Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Craig Andrews --- diff --git a/app-pda/libplist/libplist-2.0.0.ebuild b/app-pda/libplist/libplist-2.0.0.ebuild index e44a07961965..a9bce66186fa 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} ) +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)"