ruby-utils.eclass: update target preferences

Match them to the current situation on the most common arches.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2019-12-25 10:07:09 +01:00
parent e33340c687
commit 4ead4e89f4

View 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() {