From f00cc652e60892bebdffa448f442738436464aaf Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 23 Jan 2021 21:50:21 +0000 Subject: profiles/common: refresh RUBY_TARGETS --- profiles/common/make.defaults | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'profiles') 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" -- cgit v1.2.3