diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:17:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:10 +0200 |
commit | 39d9fe6c0aac53914b39010104540f5bb533624b (patch) | |
tree | 81fed370e95f43be14d181b8cdce4803a4ac220d /app-vim | |
parent | www-apache/mod_gnutls: support py3.12 (diff) | |
download | gentoo-39d9fe6c0aac53914b39010104540f5bb533624b.tar.gz gentoo-39d9fe6c0aac53914b39010104540f5bb533624b.tar.bz2 gentoo-39d9fe6c0aac53914b39010104540f5bb533624b.zip |
app-vim/vim-latex: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/933866
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild | 4 |
1 files 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 |