mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user