dev-python/whoosh: add py3.5 support to vn. 2.7.0
authorIan Delaney <idella4@gentoo.org>
Sun, 6 Dec 2015 09:41:23 +0000 (17:41 +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/whoosh/whoosh-2.7.0.ebuild

index b69d367dfdd06bd44ab53263918e123a3c274121..5472430e5f5d634cc5a4393e682ee065612fa841 100644 (file)
@@ -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 )
 
 MY_PN="Whoosh"