From c3adbeab77e7f0f40c2b93c3254a5b6b209fc958 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Tue, 18 Apr 2017 10:04:35 -0500 Subject: [PATCH] dev-python/python-termstyle: add python3_6 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/python-termstyle/python-termstyle-0.1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild index 5117c9a06e555..81f49d97819d7 100644 --- a/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild +++ b/dev-python/python-termstyle/python-termstyle-0.1.10.ebuild @@ -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