projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a313da
)
app-portage/pfl: Add python 3.6 support.
author
Daniel Pielmeier
<billie@gentoo.org>
Thu, 26 Apr 2018 17:09:34 +0000
(19:09 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/app-portage/pfl/pfl-3.0.ebuild
b/app-portage/pfl/pfl-3.0.ebuild
index ea1a286fa5d242223b2fbfc7006a66ce6228c498..92a794602b6a6b57850c4764c5acb06edbcfcc31 100644
(file)
--- a/
app-portage/pfl/pfl-3.0.ebuild
+++ b/
app-portage/pfl/pfl-3.0.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
3_5
)
+PYTHON_COMPAT=( python
{3_5,3_6}
)
PYTHON_REQ_USE="xml"
inherit eutils distutils-r1