summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-06-15 19:04:40 +0200
committerPacho Ramos <pacho@gentoo.org>2017-06-15 19:04:40 +0200
commit5353f56b511f3296721124b72706429a9e6ae04d (patch)
tree7b935e573e60ce6c7060696a27d704ec375b6f8a /dev-python/routes
parentsys-fs/bedup: Support newer python (diff)
downloadgentoo-5353f56b511f3296721124b72706429a9e6ae04d.tar.gz
gentoo-5353f56b511f3296721124b72706429a9e6ae04d.tar.bz2
gentoo-5353f56b511f3296721124b72706429a9e6ae04d.zip
dev-python/routes: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/routes-2.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild
index 37edfc258068..eb06f9e027da 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1