dev-python/ansicolor: add Python 3.6 support

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Ilya Tumaykin
2017-12-24 15:56:46 +03:00
committed by Patrice Clement
parent 67adce7d61
commit 729515a64a

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1