summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-06 19:14:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-06 19:14:08 +0000
commit4681bc7dd615fabc784ba0e33105be0efb94425b (patch)
treed107662ec283dd428157725c41ac71704146fb78 /eclass
parentd460b89304bcd03f839efc77b08a2d1b899bddd2 (diff)
downloadbaldeagleos-repo-4681bc7dd615fabc784ba0e33105be0efb94425b.tar.gz
baldeagleos-repo-4681bc7dd615fabc784ba0e33105be0efb94425b.tar.xz
baldeagleos-repo-4681bc7dd615fabc784ba0e33105be0efb94425b.zip
Adding metadata
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-utils.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 9f0f7e6c04b0..2c0933a9563e 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ruby-utils.eclass
@@ -33,7 +33,9 @@ esac
# provide for a better first installation experience.
# All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby32 ruby33 "
+# Latest Ruby version goes first in the stable list to give dependency
+# preference to the newer Ruby version.
+RUBY_TARGETS_PREFERENCE="ruby33 ruby32 "
# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby34 ruby40"