summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/common/make.defaults14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index f6123acc..3a69ead4 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -115,3 +115,17 @@ USE="${USE}
-python_single_target_python3_7
-python_single_target_python3_8
python_single_target_python3_7"
+
+# 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
+USE="${USE}
+ -ruby_targets_rbx
+ -ruby_targets_ruby21
+ -ruby_targets_ruby22
+ -ruby_targets_ruby23
+ -ruby_targets_ruby24
+ -ruby_targets_ruby25
+ -ruby_targets_ruby26
+ -ruby_targets_ruby27
+ ruby_targets_ruby25"