commit:     780a29cd9228988031ed0243d764d478d0482045
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 01:27:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 01:27:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780a29cd

ruby-utils.eclass: make ruby31 the preferred stable ruby

Bug: https://bugs.gentoo.org/907377
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/ruby-utils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index eef2aba2fb99..c4b6f1502f8a 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -33,10 +33,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
 # provide for a better first installation experience.
 
 # All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby30 "
+RUBY_TARGETS_PREFERENCE="ruby31 ruby30 "
 
 # All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby31 ruby32"
+RUBY_TARGETS_PREFERENCE+="ruby32"
 
 
 _ruby_implementation_depend() {

Reply via email to