aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2015-05-11 20:28:47 +0200
committerHans de Graaff <hans@degraaff.org>2015-05-11 20:28:47 +0200
commit901f73587863c14c56ab51861d8b23a4a2e24c53 (patch)
treeba685eda74e24e4e8c95d358ddbbca891fc281db
parentAdd a _RUBY_SINGLE guard to avoid multiple inclusion. (diff)
downloadruby-overlay-901f73587863c14c56ab51861d8b23a4a2e24c53.tar.gz
ruby-overlay-901f73587863c14c56ab51861d8b23a4a2e24c53.tar.bz2
ruby-overlay-901f73587863c14c56ab51861d8b23a4a2e24c53.zip
Update RUBY_TARGETS_PREFERENCES to currently active targets.
-rw-r--r--eclass/ruby-utils.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass
index 9aef502..c6d0b7a 100644
--- a/eclass/ruby-utils.eclass
+++ b/eclass/ruby-utils.eclass
@@ -39,7 +39,7 @@ if [[ ! ${_RUBY_UTILS} ]]; then
RUBY_TARGETS_PREFERENCE="ruby20 ruby19 "
# All other active ruby targets
-RUBY_TARGETS_PREFERENCE+="ruby21 rbx jruby "
+RUBY_TARGETS_PREFERENCE+="ruby21 ruby22 "
_ruby_implementation_depend() {