projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33340c
)
ruby-utils.eclass: update target preferences
author
Hans de Graaff
<graaff@gentoo.org>
Wed, 25 Dec 2019 09:07:09 +0000
(10:07 +0100)
committer
Hans 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
patch
|
blob
|
history
diff --git
a/eclass/ruby-utils.eclass
b/eclass/ruby-utils.eclass
index 89d06fd75e3349bdd144b8a3d67ef6cc3d2cfd35..15a9e5630ea5aefc16a2061f45f1a195f6e7c322 100644
(file)
--- a/
eclass/ruby-utils.eclass
+++ b/
eclass/ruby-utils.eclass
@@
-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="ruby2
5 ruby2
4 "
# All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby2
5 ruby2
6"
+RUBY_TARGETS_PREFERENCE+="ruby26"
_ruby_implementation_depend() {