commit: 4ace215a35aa97a341dd1b007d12d469a0456bcc
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 14:27:04 2020 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 14:27:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ace215a
app-portage/pfl: Add python 3.8 support.
Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
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 fd8eeb3e30e..0704d5f48fa 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