summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-01-07 17:08:23 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-07 01:30:08 +0000
commitda047a0d045e8d23fc891f21ab2189d5f45d9c35 (patch)
treeea69b455df3a19e9d5833600bf9a2baf3cffbc7f /profiles
parentprofiles/enlightenment/build/cross: Do not expand LINGUAS USE flag (diff)
downloadportage-da047a0d045e8d23fc891f21ab2189d5f45d9c35.tar.xz
profiles/enlightenment/build/native: Enable ruby25 RUBY_TARGETS
Diffstat (limited to 'profiles')
-rw-r--r--profiles/enlightenment/build/native/make.defaults8
1 files changed, 3 insertions, 5 deletions
diff --git a/profiles/enlightenment/build/native/make.defaults b/profiles/enlightenment/build/native/make.defaults
index b66fbba0..bae5c7b9 100644
--- a/profiles/enlightenment/build/native/make.defaults
+++ b/profiles/enlightenment/build/native/make.defaults
@@ -77,13 +77,11 @@ 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="ruby22 ruby23 ruby24"
+RUBY_TARGETS="ruby22 ruby23 ruby24 ruby25"
USE="${USE}
- -ruby_targets_jruby
-ruby_targets_rbx
- -ruby_targets_ruby19
- -ruby_targets_ruby20
-ruby_targets_ruby21
ruby_targets_ruby22
ruby_targets_ruby23
- ruby_targets_ruby24"
+ ruby_targets_ruby24
+ ruby_targets_ruby25"