diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-04-24 00:19:41 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:08 +0100 |
commit | f75510a0398071649f5ed215e6b5ba1bbeaa5935 (patch) | |
tree | dcc4972113a31d8db1dd9e10323845e7fce12bab /profiles/common | |
parent | profiles/common: set PYTHON_TARGETS and PYTHON_SINGLE_TARGET (diff) | |
download | portage-f75510a0398071649f5ed215e6b5ba1bbeaa5935.tar.xz |
profiles/common: set RUBY_TARGETS
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 14 |
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" |