commit: 1372c035005f4a4463e5db94610f28c8f28baed1
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:06:22 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:06:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1372c035
dev-python/wsgiproxy2: adding py35
Package-Manager: portage-2.2.26
dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
index fe5a5ec..81505d1 100644
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
+++ b/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild
@@ -4,7 +4,7 @@
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