From f75510a0398071649f5ed215e6b5ba1bbeaa5935 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 24 Apr 2020 00:19:41 +0100 Subject: profiles/common: set RUBY_TARGETS --- profiles/common/make.defaults | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'profiles') 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" -- cgit v1.2.3