commit: 75dc7154e298dbc7281a54acab823e5182fa243f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 07:28:03 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 15 07:31:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dc7154
eclass/ruby-utils.eclass: remove ruby27 from list of targets
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
eclass/ruby-utils.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index d34ce47706ad..eef2aba2fb99 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -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"