diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-23 21:50:21 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-23 21:50:21 +0000 |
commit | f00cc652e60892bebdffa448f442738436464aaf (patch) | |
tree | c7a34157898da86b8f4058b6e0b16ce3024ba79d /profiles | |
parent | profiles/common: refresh PYTHON_TARGETS and PYTHON_SINGLE_TARGET (diff) | |
download | portage-f00cc652e60892bebdffa448f442738436464aaf.tar.xz |
profiles/common: refresh RUBY_TARGETS
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/common/make.defaults | 3 |
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" |