dev-python/python-termstyle: add python3_6 support

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Kacper Kowalik
2017-04-18 10:04:35 -05:00
parent 7c871a080a
commit c3adbeab77

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1 vcs-snapshot