dev-python/thriftpy: add python3.4 to PYTHON_COMPAT

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Zac Medico
2017-11-03 11:01:04 -07:00
parent 7491b1c8fc
commit 301ed875c1

View File

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