eclass/ruby-utils.eclass: update order for stable ruby24
authorHans de Graaff <graaff@gentoo.org>
Sun, 25 Nov 2018 07:46:25 +0000 (08:46 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 25 Nov 2018 07:46:25 +0000 (08:46 +0100)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
eclass/ruby-utils.eclass

index 6098a7ed76455551bad1d17fc18865592fb2da91..1b3d5a51e633074a32c697f8214fdedcd373c126 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: ruby-utils.eclass
@@ -27,11 +27,11 @@ if [[ ! ${_RUBY_UTILS} ]]; then
 # implementation will be installed first (and thus eselected). This will
 # provide for a better first installation experience.
 
-# All RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby23 "
+# All stable RUBY_TARGETS
+RUBY_TARGETS_PREFERENCE="ruby24 ruby23 "
 
 # All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby24 ruby25"
+RUBY_TARGETS_PREFERENCE+="ruby25"
 
 
 _ruby_implementation_depend() {