commit: da1546f08fa7444970b145a05ca23a865eacad16 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com> AuthorDate: Mon May 24 08:52:40 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 24 18:52:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1546f0
app-vim/splice: bump to python 3.9, 3.10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20964 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-vim/splice/splice-1.1.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/splice/splice-1.1.0-r4.ebuild b/app-vim/splice/splice-1.1.0-r4.ebuild index eff1b3d2837..7b5c124b6b0 100644 --- a/app-vim/splice/splice-1.1.0-r4.ebuild +++ b/app-vim/splice/splice-1.1.0-r4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit vim-plugin python-single-r1
