summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-03-19 01:39:51 -0400
committerTim Harder <radhermit@gentoo.org>2018-03-19 01:39:51 -0400
commitfdb89d4346b6a69164ebe0a713f44f927f389c7b (patch)
treeaa97d797fd89f308c53cfbe82f0114582cbd5187 /app-vim/vim-latex
parentdev-python/setuptools_scm: remove old (diff)
downloadgentoo-fdb89d4346b6a69164ebe0a713f44f927f389c7b.tar.gz
gentoo-fdb89d4346b6a69164ebe0a713f44f927f389c7b.tar.bz2
gentoo-fdb89d4346b6a69164ebe0a713f44f927f389c7b.zip
app-vim/vim-latex: add python3 support
Diffstat (limited to 'app-vim/vim-latex')
-rw-r--r--app-vim/vim-latex/vim-latex-1.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
index 1fe1ad06f6f4..cafbe8b92bc4 100644
--- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.10.0.ebuild
@@ -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