commit:     e941b6aa6c4e893a83a995ea1d1986996f280be7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 27 21:06:06 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 27 21:07:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e941b6aa

eclass/ruby-utils.eclass: update preference list

Match the current stable targets.

Signed-off-by: Hans de Graaff <graaff <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 f55fcb29af74..29eabc8bb1c9 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -33,10 +33,10 @@ esac
 # provide for a better first installation experience.
 
 # All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby32 "
+RUBY_TARGETS_PREFERENCE="ruby32 ruby33 "
 
 # All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby33 ruby34"
+RUBY_TARGETS_PREFERENCE+="ruby34"
 
 _ruby_implementation_depend() {
        local rubypn=

Reply via email to