dev-python/utmp: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-26 20:27:16 +02:00
parent cc13968988
commit e2f40086ae

View File

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