diff options
author | 2020-04-19 16:27:04 +0200 | |
---|---|---|
committer | 2020-04-19 16:27:04 +0200 | |
commit | 4ace215a35aa97a341dd1b007d12d469a0456bcc (patch) | |
tree | 60a94c718638c584d9b10b9b0525770a24736cd8 /app-portage | |
parent | sys-cluster/torque: drop lexicographical version compare (diff) | |
download | gentoo-4ace215a35aa97a341dd1b007d12d469a0456bcc.tar.gz gentoo-4ace215a35aa97a341dd1b007d12d469a0456bcc.tar.bz2 gentoo-4ace215a35aa97a341dd1b007d12d469a0456bcc.zip |
app-portage/pfl: Add python 3.8 support.
Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/pfl/pfl-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |