eclass/ruby-utils.eclass: remove ruby27 from list of targets

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2023-05-15 09:28:03 +02:00
parent dfbfec3f0b
commit 75dc7154e2

View File

@@ -33,7 +33,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
# provide for a better first installation experience.
# All stable RUBY_TARGETS
RUBY_TARGETS_PREFERENCE="ruby30 ruby27 "
RUBY_TARGETS_PREFERENCE="ruby30 "
# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby31 ruby32"