projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647da86
)
www-servers/tornado: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:34 +0000
(22:15 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:11 +0000
(21:57 +0200)
www-servers/tornado/tornado-5.1.ebuild
patch
|
blob
|
history
diff --git
a/www-servers/tornado/tornado-5.1.ebuild
b/www-servers/tornado/tornado-5.1.ebuild
index 7b99b382e3fdc028b589372d174785ebd7d80b6a..728122716d35c7b627f9cb0a22c941e74c11eb58 100644
(file)
--- a/
www-servers/tornado/tornado-5.1.ebuild
+++ b/
www-servers/tornado/tornado-5.1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1