commit:     27df2e633f8f65a5199e281d539bf3685f8611c0
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 25 13:30:57 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 08:36:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27df2e63

eclass/ruby*: disable ruby31

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eclass/ruby-ng.eclass    | 4 ++--
 eclass/ruby-utils.eclass | 4 ++--
 2 files changed, 4 insertions(+), 4 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

diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 4bd3e6ba1292..f55fcb29af74 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.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-utils.eclass
@@ -33,7 +33,7 @@ esac
 # provide for a better first installation experience.
 
 # All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby32 ruby31 "
+RUBY_TARGETS_PREFERENCE="ruby32 "
 
 # All other active ruby targets
 RUBY_TARGETS_PREFERENCE+="ruby33 ruby34"

Reply via email to