dev-python/pudb: add python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kacper Kowalik
2017-04-18 11:31:19 -05:00
parent f2f58046e2
commit 94291a4cad

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1