Skip to content

Commit

Permalink
app-portage/pfl: Add python 3.8 support.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Daniel Pielmeier <[email protected]>
  • Loading branch information
billie80 committed Apr 19, 2020
1 parent ca6424f commit 4ace215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-portage/pfl/pfl-3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ace215

Please sign in to comment.