dev-python/pysolr: add py3.5 support to vn. 3.3.2
authorIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 09:40:09 +0000 (17:40 +0800)
committerIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 09:58:46 +0000 (17:58 +0800)
Package-Manager: portage-2.2.24

dev-python/pysolr/pysolr-3.3.2.ebuild

index 9ced90a8ecd8b43146cae8d888132bc939b0ae74..c4118b9157b650409258d97ebaf2f53a89789540 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1