commit: f6895087a05c4aea59adf2cfdf8294d4e0cf7b37
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 06:31:18 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jul 9 08:15:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6895087
ruby-utils.eclass: remove ruby25 from preferences list
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 d4b1534caef..2506aee2554 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="ruby26 ruby25 "
+RUBY_TARGETS_PREFERENCE="ruby26 "
# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby27 ruby30"