app-vim/vim-latex: add python3 support
authorTim Harder <radhermit@gentoo.org>
Mon, 19 Mar 2018 05:39:51 +0000 (01:39 -0400)
committerTim Harder <radhermit@gentoo.org>
Mon, 19 Mar 2018 05:39:51 +0000 (01:39 -0400)
app-vim/vim-latex/vim-latex-1.10.0.ebuild

index 1fe1ad06f6f4f8d0f3756936a0a0a6bbac20302f..cafbe8b92bc48ac794926bda27351bd53ff39afd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit vim-plugin python-single-r1