summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-24 09:50:30 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-24 20:52:09 +0200
commit07ae8c2515544e8ceaf0cd6128ca4677ce900b6c (patch)
tree4dea17e71598fd55d383e40306fa228a301ac866 /app-editors/gvim/gvim-8.2.0814-r100.ebuild
parentmedia-libs/libiptcdata: bump to python 3.9, 3.10 (diff)
downloadgentoo-07ae8c2515544e8ceaf0cd6128ca4677ce900b6c.tar.gz
gentoo-07ae8c2515544e8ceaf0cd6128ca4677ce900b6c.tar.bz2
gentoo-07ae8c2515544e8ceaf0cd6128ca4677ce900b6c.zip
app-editors/gvim: bump to python 3.9, 3.10
merged and testing running - works Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/gvim/gvim-8.2.0814-r100.ebuild')
-rw-r--r--app-editors/gvim/gvim-8.2.0814-r100.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.2.0814-r100.ebuild b/app-editors/gvim/gvim-8.2.0814-r100.ebuild
index 82416af61adb..249f42765281 100644
--- a/app-editors/gvim/gvim-8.2.0814-r100.ebuild
+++ b/app-editors/gvim/gvim-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} )
+PYTHON_COMPAT=( python3_{7..10} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby24 ruby25 ruby26 ruby27"