summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 20:12:20 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 20:12:20 +0200
commit30c34e2438eb3b215318e4888fda40b4060c2b2c (patch)
tree3605f6d669b1d106841518814d59098e23fa6c89
parentc297f48f6da6e45687f7187007cc409e44931ffa (diff)
downloadgentoo-30c34e2438eb3b215318e4888fda40b4060c2b2c.tar.gz
gentoo-30c34e2438eb3b215318e4888fda40b4060c2b2c.tar.xz
dev-python/tooz: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--dev-python/tooz/tooz-1.60.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tooz/tooz-1.60.1.ebuild b/dev-python/tooz/tooz-1.60.1.ebuild
index 053a5c90890..3275d7b6177 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