projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15fca0
)
ruby-utils.eclass: update default RUBY_TARGETS ordering
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 25 Dec 2016 07:01:57 +0000
(08:01 +0100)
committer
Hans de Graaff
<graaff@gentoo.org>
Mon, 26 Dec 2016 19:16:52 +0000
(20:16 +0100)
Remove obsolete versions and promote ruby21 to the stable list.
eclass/ruby-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/ruby-utils.eclass
b/eclass/ruby-utils.eclass
index 66ba5e86a53434c293d1aaa92c0ae7fafc75bd29..e3c60b4ea9414c01ac15bdfbdd1930c0c7a0eb39 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 RUBY_TARGETS
-RUBY_TARGETS_PREFERENCE="ruby2
0 ruby19
"
+RUBY_TARGETS_PREFERENCE="ruby2
1
"
# All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby2
1 ruby2
2 ruby23 ruby24"
+RUBY_TARGETS_PREFERENCE+="ruby22 ruby23 ruby24"
_ruby_implementation_depend() {