From: Tim Harder Date: Mon, 19 Mar 2018 05:39:51 +0000 (-0400) Subject: app-vim/vim-latex: add python3 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fdb89d4346b6a69164ebe0a713f44f927f389c7b;p=gentoo.git app-vim/vim-latex: add python3 support --- 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