app-editors/gvim: disable ruby31

Signed-off-by: Henning Schild <henning@hennsch.de>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/609
Merges: https://codeberg.org/gentoo/gentoo/pulls/609
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Henning Schild
2026-04-13 08:28:46 +02:00
committed by Sam James
parent 56572626b8
commit 7f0f0c7cb2
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ VIM_PATCHES_VERSION="9.1.1432"
LUA_COMPAT=( lua5-{1..4} luajit )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby31 ruby32 ruby33"
USE_RUBY="ruby32 ruby33"
GENTOO_DEPEND_ON_PERL=no
inherit bash-completion-r1 flag-o-matic lua-single perl-module prefix python-single-r1 ruby-single toolchain-funcs vim-doc xdg-utils

View File

@@ -11,7 +11,7 @@ VIM_PATCHES_VERSION="9.1.1432"
LUA_COMPAT=( lua5-{1..4} luajit )
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="threads(+)"
USE_RUBY="ruby31 ruby32 ruby33"
USE_RUBY="ruby32 ruby33"
GENTOO_DEPEND_ON_PERL=no
inherit bash-completion-r1 flag-o-matic lua-single perl-module prefix python-single-r1 ruby-single toolchain-funcs vim-doc xdg-utils