summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-24 09:53:48 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-24 20:52:11 +0200
commit977c26906732bf5238351810ec20aa748cebd9dd (patch)
tree43aa1eb7670a46ce7139e3726df244f5d4d168ce /app-editors
parentapp-editors/gvim: bump to python 3.9, 3.10 (diff)
downloadgentoo-977c26906732bf5238351810ec20aa748cebd9dd.tar.gz
gentoo-977c26906732bf5238351810ec20aa748cebd9dd.tar.bz2
gentoo-977c26906732bf5238351810ec20aa748cebd9dd.zip
app-editors/vim: bump to python 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/vim-8.2.0814-r100.ebuild2
-rw-r--r--app-editors/vim/vim-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vim/vim-8.2.0814-r100.ebuild b/app-editors/vim/vim-8.2.0814-r100.ebuild
index bf724c58b5bb..085e62c4a3f7 100644
--- a/app-editors/vim/vim-8.2.0814-r100.ebuild
+++ b/app-editors/vim/vim-8.2.0814-r100.ebuild
@@ -4,7 +4,7 @@
EAPI=7
VIM_VERSION="8.2"
LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index b104aab29b57..fd00866b78b5 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
VIM_VERSION="8.2"
LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby24 ruby25 ruby26 ruby27"