dev-python/beaker: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-27 22:27:01 +02:00
parent 8fb6d96e74
commit e48d37e61d

View File

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