projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db4960
)
app-vim/vim-latex: add python3 support
author
Tim Harder
<radhermit@gentoo.org>
Mon, 19 Mar 2018 05:39:51 +0000
(
01:39
-0400)
committer
Tim 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
patch
|
blob
|
history
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 1fe1ad06f6f4f8d0f3756936a0a0a6bbac20302f..cafbe8b92bc48ac794926bda27351bd53ff39afd 100644
(file)
--- 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