From 08e3d5ed345a1105253f61fc8a5210d20e8b018d Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 13 Jan 2020 13:53:59 -0500 Subject: [PATCH] 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 --- app-pda/libplist/libplist-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.26.2