From: Pacho Ramos Date: Tue, 26 Jun 2018 18:12:20 +0000 (+0200) Subject: dev-python/tooz: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=30c34e2438eb3b215318e4888fda40b4060c2b2c;p=gentoo.git dev-python/tooz: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/tooz/tooz-1.60.1.ebuild b/dev-python/tooz/tooz-1.60.1.ebuild index 053a5c908901..3275d7b61774 100644 --- a/dev-python/tooz/tooz-1.60.1.ebuild +++ b/dev-python/tooz/tooz-1.60.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1