commit: 39d9fe6c0aac53914b39010104540f5bb533624b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Jul 31 09:17:13 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Jul 31 09:23:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d9fe6c
app-vim/vim-latex: update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/933866 Signed-off-by: Pacho Ramos <pacho <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 006ff569ca76..b091c756fe94 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-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit vim-plugin python-single-r1
