summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-25 09:29:50 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-25 18:04:46 +0200
commit770176cff03bfd44c56a1784784306e42a6ac4c6 (patch)
tree611e7e281026ab21459b1ace77053eb11552ec82
parentapp-vim/vimoutliner: bump to python 3.9 (diff)
downloadgentoo-770176cf.tar.gz
gentoo-770176cf.tar.bz2
gentoo-770176cf.zip
app-vim/vim-latex: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
index 4631efb668fe..375ef8e5228c 100644
--- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit vim-plugin python-single-r1