app-portage/pfl: Add python 3.6 support.

This fixes bug #653924. Thanks to cryptopsy for the report.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Daniel Pielmeier
2018-04-26 19:09:34 +02:00
parent 4a313da10a
commit 4dc51663a6

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_5 )
PYTHON_COMPAT=( python{3_5,3_6} )
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1