mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user