diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-24 09:50:30 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-24 20:52:09 +0200 |
commit | 07ae8c2515544e8ceaf0cd6128ca4677ce900b6c (patch) | |
tree | 4dea17e71598fd55d383e40306fa228a301ac866 /app-editors | |
parent | media-libs/libiptcdata: bump to python 3.9, 3.10 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-editors/gvim/gvim-8.2.0814-r100.ebuild | 2 | ||||
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 9806a30cdc9e..ecd0b5e0dd0f 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.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" |