summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-01-23 21:50:43 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-01-23 21:50:43 +0000
commit2d06589eda0c944c65e013452eeb5b42b99ed997 (patch)
tree42fffb8cae57cd9f52f4c27725be202208d4c42b /profiles
parentprofiles/common: refresh RUBY_TARGETS (diff)
downloadportage-2d06589eda0c944c65e013452eeb5b42b99ed997.tar.xz
profiles/common: add LUA_SINGLE_TARGET
Diffstat (limited to 'profiles')
-rw-r--r--profiles/common/make.defaults11
1 files changed, 11 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index 329447b1..a20f4945 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -124,3 +124,14 @@ USE="${USE}
-ruby_targets_ruby27
-ruby_targets_ruby30
ruby_targets_ruby26"
+
+# Setting LUA_SINGLE_TARGET is non functional, need to expand manually
+# First disable all of them, set enable needed one
+# W=lua_single_target ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" profiles/desc/${W}.desc | sort
+USE="${USE}
+ -lua_single_target_lua5-1
+ -lua_single_target_lua5-2
+ -lua_single_target_lua5-3
+ -lua_single_target_lua5-4
+ -lua_single_target_luajit
+ lua_single_target_luajit"