From 2b180aa1d688b249ea9ce233bc8789031b2020aa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Sep 2023 11:19:39 +0100 Subject: gentoo auto-resync : 23:09:2023 - 11:19:39 --- eclass/ruby-utils.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'eclass/ruby-utils.eclass') diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 8a2b7720c951..48d701a3ebc7 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -22,7 +22,6 @@ esac if [[ ! ${_RUBY_UTILS} ]]; then - # @ECLASS_VARIABLE: RUBY_TARGETS_PREFERENCE # @INTERNAL # @DESCRIPTION: @@ -33,12 +32,11 @@ if [[ ! ${_RUBY_UTILS} ]]; then # provide for a better first installation experience. # All stable RUBY_TARGETS -RUBY_TARGETS_PREFERENCE="ruby31 ruby30 " +RUBY_TARGETS_PREFERENCE="ruby31 " # All other active ruby targets RUBY_TARGETS_PREFERENCE+="ruby32" - _ruby_implementation_depend() { local rubypn= local rubyslot= @@ -66,7 +64,5 @@ _ruby_implementation_depend() { echo "$2${rubypn}$3${rubyslot}" } - - _RUBY_UTILS=1 fi -- cgit v1.2.3