Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/
Date: Tue, 25 May 2021 16:05:10
Message-Id: 1621958686.770176cff03bfd44c56a1784784306e42a6ac4c6.mgorny@gentoo
1 commit: 770176cff03bfd44c56a1784784306e42a6ac4c6
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 25 06:29:50 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:04:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770176cf
7
8 app-vim/vim-latex: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 4631efb668f..375ef8e5228 100644
18 --- a/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
19 +++ b/app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26
27 inherit vim-plugin python-single-r1