mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
update RUBY_TARGETS preference order
This commit is contained in:
@@ -27,10 +27,10 @@ if [[ ! ${_RUBY_UTILS} ]]; then
|
||||
# provide for a better first installation experience.
|
||||
|
||||
# All RUBY_TARGETS
|
||||
RUBY_TARGETS_PREFERENCE="ruby21 "
|
||||
RUBY_TARGETS_PREFERENCE="ruby22 ruby21 "
|
||||
|
||||
# All other active ruby targets
|
||||
RUBY_TARGETS_PREFERENCE+="ruby22 ruby23 ruby24"
|
||||
RUBY_TARGETS_PREFERENCE+="ruby23 ruby24"
|
||||
|
||||
|
||||
_ruby_implementation_depend() {
|
||||
|
||||
Reference in New Issue
Block a user