eclass/ruby-utils.eclass: drop ruby30 from preferences

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2023-09-23 08:28:27 +02:00
parent b395f10c8e
commit 330877b0d9

View File

@@ -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