commit:     c450f15be4f7f9f049450987e8925c330b88a51c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 07:46:25 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 07:46:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c450f15b

eclass/ruby-utils.eclass: update order for stable ruby24

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eclass/ruby-utils.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 6098a7ed764..1b3d5a51e63 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -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() {

Reply via email to