app-portage/pfl: Add python 3.6 support.
authorDaniel Pielmeier <billie@gentoo.org>
Thu, 26 Apr 2018 17:09:34 +0000 (19:09 +0200)
committerDaniel Pielmeier <billie@gentoo.org>
Thu, 26 Apr 2018 17:09:34 +0000 (19:09 +0200)
This fixes bug #653924. Thanks to cryptopsy for the report.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-portage/pfl/pfl-3.0.ebuild

index ea1a286fa5d242223b2fbfc7006a66ce6228c498..92a794602b6a6b57850c4764c5acb06edbcfcc31 100644 (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