dev-python/munch: add support for python3.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Slawomir Lis
2017-05-31 09:13:53 +02:00
parent 62b045ea4e
commit fc6e960a26

View File

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