commit: 81e86656ce5124702c45238480a8d1e518c10a1c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 07:44:06 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 07:58:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e86656
ruby-utils.eclass: remove obsolete ruby21 target from defaults
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 854ce06ac05..9c4d8fb818f 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -28,7 +28,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
# provide for a better first installation experience.
# All RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby22 ruby21 "
+RUBY_TARGETS_PREFERENCE="ruby22 "
# All other active ruby targets
RUBY_TARGETS_PREFERENCE+="ruby23 ruby24"