dev-python/qtconsole: add python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kacper Kowalik
2017-04-18 14:25:18 -05:00
parent 64ab990ada
commit 5587e8fe01

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 virtualx