dev-python/atomicwrites: enable python 3.5 bug #612116

Package-Manager: portage-2.3.0
This commit is contained in:
Amy Liffey
2017-03-09 14:35:23 +01:00
parent aee96a8892
commit 84a82f9d51

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,6}} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1