summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-20 09:29:48 +0000
committerSam James <sam@gentoo.org>2024-01-20 09:29:49 +0000
commit110c4fbca25cf093eb06172de555f7b0d0ab5eda (patch)
tree7978c264bd78f5bbf58bfbeccc8154fa0a7af3fa /app-vim
parentdev-util/itstool: Stabilize 2.0.7-r1 x86, #922513 (diff)
downloadgentoo-110c4fbca25cf093eb06172de555f7b0d0ab5eda.tar.gz
gentoo-110c4fbca25cf093eb06172de555f7b0d0ab5eda.tar.bz2
gentoo-110c4fbca25cf093eb06172de555f7b0d0ab5eda.zip
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@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vim-latex/vim-latex-1.10.0-r2.ebuild4
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 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