dev-python/ipdb: add python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kacper Kowalik
2017-04-18 09:55:50 -05:00
parent bd10910db6
commit 7c871a080a

View File

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