commit: a4a79149b05c66b56e2972576f5b521edc9c7630
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 07:01:57 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 19:16:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a79149
ruby-utils.eclass: update default RUBY_TARGETS ordering
Remove obsolete versions and promote ruby21 to the stable list.
eclass/ruby-utils.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 66ba5e8..e3c60b4 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -28,10 +28,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
# provide for a better first installation experience.
# All RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby20 ruby19 "
+RUBY_TARGETS_PREFERENCE="ruby21 "
# All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby21 ruby22 ruby23 ruby24"
+RUBY_TARGETS_PREFERENCE+="ruby22 ruby23 ruby24"
_ruby_implementation_depend() {