dev-python/tinycss: Support python 3.5

Package-Manager: portage-2.2.28
This commit is contained in:
Pacho Ramos
2016-05-07 14:16:59 +02:00
parent b222d3eac5
commit 24ca660230

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1