summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-01-23 21:50:21 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-01-23 21:50:21 +0000
commitf00cc652e60892bebdffa448f442738436464aaf (patch)
treec7a34157898da86b8f4058b6e0b16ce3024ba79d
parentprofiles/common: refresh PYTHON_TARGETS and PYTHON_SINGLE_TARGET (diff)
downloadportage-f00cc652e60892bebdffa448f442738436464aaf.tar.xz
profiles/common: refresh RUBY_TARGETS
-rw-r--r--profiles/common/make.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 8f8624c9..329447b1 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -112,7 +112,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
+# W=ruby_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort
USE="${USE}
-ruby_targets_rbx
-ruby_targets_ruby21
@@ -122,4 +122,5 @@ USE="${USE}
-ruby_targets_ruby25
-ruby_targets_ruby26
-ruby_targets_ruby27
+ -ruby_targets_ruby30
ruby_targets_ruby26"