dev-python/atomicwrites: add python 3.6

Package-Manager: portage-2.3.0
This commit is contained in:
Amy Liffey
2017-03-08 15:00:54 +01:00
parent 75443af477
commit 828452663f

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4} )
PYTHON_COMPAT=( python{2_7,3_{4,6}} )
inherit distutils-r1