From 4ace215a35aa97a341dd1b007d12d469a0456bcc Mon Sep 17 00:00:00 2001 From: Daniel Pielmeier Date: Sun, 19 Apr 2020 16:27:04 +0200 Subject: [PATCH] app-portage/pfl: Add python 3.8 support. Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Daniel Pielmeier --- app-portage/pfl/pfl-3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/pfl/pfl-3.1.ebuild b/app-portage/pfl/pfl-3.1.ebuild index fd8eeb3e30ed..0704d5f48fa5 100644 --- a/app-portage/pfl/pfl-3.1.ebuild +++ b/app-portage/pfl/pfl-3.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" inherit distutils-r1 systemd -- 2.26.2