app-vim/jedi: enable python3_5.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Dec 2017 14:42:07 +0000 (15:42 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 14 Dec 2017 14:42:20 +0000 (15:42 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

app-vim/jedi/jedi-0.8_p20171015.ebuild

index f1f7ea7d458648145786c3ef410e907fec42379e..da57a94f10e631581dc2cdade2c31d30467f59c4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit vim-plugin python-r1 python-utils-r1