summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/enlightenment/build/native/make.defaults5
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults
index fb8b0b0b..59f522bb 100644
--- a/profiles/enlightenment/build/native/make.defaults
+++ b/profiles/enlightenment/build/native/make.defaults
@@ -73,7 +73,7 @@ USE="${USE}
# Setting RUBY_TARGETS is non functional, need to expand manually
# First disable all of them, set enable needed one
# W=ruby_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort
-RUBY_TARGETS="ruby24 ruby25 ruby26"
+RUBY_TARGETS="ruby24 ruby25 ruby26 ruby27"
USE="${USE}
-ruby_targets_rbx
-ruby_targets_ruby21
@@ -81,4 +81,5 @@ USE="${USE}
-ruby_targets_ruby23
ruby_targets_ruby24
ruby_targets_ruby25
- ruby_targets_ruby26"
+ ruby_targets_ruby26
+ ruby_targets_ruby27"