From 5a526397f06e6e817f6ac0db5d90cf83f6966acb Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:16:22 +0000 Subject: [PATCH] eclass/ruby-utils: Sync with Gentoo It's from Gentoo commit 27df2e633f8f65a5199e281d539bf3685f8611c0. --- .../src/third_party/portage-stable/eclass/ruby-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass b/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass index 4bd3e6ba12..f55fcb29af 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/ruby-utils.eclass +++ b/sdk_container/src/third_party/portage-stable/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"