commit: 1d664cd3d1e891ca9bb856fa915142b8a599a9aa
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 04:36:35 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 04:36:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d664cd3
dev-python/couchdb-python: adding py35
Package-Manager: portage-2.2.26
dev-python/couchdb-python/couchdb-python-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
b/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
index 198c01c..9ff1071 100644
--- a/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-1.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1