diff options
| author | Hans de Graaff <graaff@gentoo.org> | 2025-03-25 14:30:57 +0100 |
|---|---|---|
| committer | Hans de Graaff <graaff@gentoo.org> | 2025-04-19 10:36:50 +0200 |
| commit | 27df2e633f8f65a5199e281d539bf3685f8611c0 (patch) | |
| tree | 7a5d5e321c58afb10135f19af3b304fa0007d635 /eclass/ruby-ng.eclass | |
| parent | 6a41e62c0f0b8a0ba844c0591238ea02de22a9cf (diff) | |
| download | gentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.tar.gz gentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.tar.bz2 gentoo-27df2e633f8f65a5199e281d539bf3685f8611c0.zip | |
eclass/ruby*: disable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'eclass/ruby-ng.eclass')
| -rw-r--r-- | eclass/ruby-ng.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index f3745b5d3eab..87337dc7f173 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-ng.eclass @@ -110,7 +110,7 @@ _ruby_get_all_impls() { for i in ${USE_RUBY}; do case ${i} in # removed implementations - ruby19|ruby2[0-7]|ruby30|jruby) + ruby19|ruby2[0-7]|ruby3[0-1]|jruby) ;; *) found_valid_impl=1 |
