ruby-utils.eclass: update target preferences
authorHans de Graaff <graaff@gentoo.org>
Wed, 25 Dec 2019 09:07:09 +0000 (10:07 +0100)
committerHans de Graaff <graaff@gentoo.org>
Wed, 25 Dec 2019 09:07:09 +0000 (10:07 +0100)
Match them to the current situation on the most common arches.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
eclass/ruby-utils.eclass

index 89d06fd75e3349bdd144b8a3d67ef6cc3d2cfd35..15a9e5630ea5aefc16a2061f45f1a195f6e7c322 100644 (file)
@@ -28,10 +28,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
 # provide for a better first installation experience.
 
 # All stable RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby24 "
+RUBY_TARGETS_PREFERENCE="ruby25 ruby24 "
 
 # All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby25 ruby26"
+RUBY_TARGETS_PREFERENCE+="ruby26"
 
 
 _ruby_implementation_depend() {