commit: 110c4fbca25cf093eb06172de555f7b0d0ab5eda Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 20 09:29:48 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 09:29:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110c4fbc
app-vim/vim-latex: enable py3.11 Per user comments wrt it working. Closes: https://bugs.gentoo.org/896658 Signed-off-by: Sam James <sam <AT> gentoo.org> app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 5e6e904425c9..f9b5f6710d9d 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit vim-plugin python-single-r1
