summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-24 23:11:14 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-24 23:11:14 -0500
commit1816c1ca5c6930fa5204f590f51fd9ea6216d0a4 (patch)
tree374be19bbb6af7dc6446d35eeb8be8755bdb1640 /dev-python/routes/routes-2.2.ebuild
parentdev-python/repoze-lru: adding py35 (diff)
downloadgentoo-1816c1ca5c6930fa5204f590f51fd9ea6216d0a4.tar.gz
gentoo-1816c1ca5c6930fa5204f590f51fd9ea6216d0a4.tar.bz2
gentoo-1816c1ca5c6930fa5204f590f51fd9ea6216d0a4.zip
dev-python/routes: adding py35
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/routes/routes-2.2.ebuild')
-rw-r--r--dev-python/routes/routes-2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/routes/routes-2.2.ebuild b/dev-python/routes/routes-2.2.ebuild
index 2d06a69aef60..bc81d74c1c6b 100644
--- a/dev-python/routes/routes-2.2.ebuild
+++ b/dev-python/routes/routes-2.2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1