diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-29 00:08:05 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-01-29 00:08:05 +0000 |
commit | 1f44507330914b9e2cce74df95de232392c50a41 (patch) | |
tree | 153ba5f8dcf53aa9d45c1658ac7eeed13a98b155 /profiles/common | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-1f44507330914b9e2cce74df95de232392c50a41.tar.xz |
profiles/common: use LUA_SINGLE_TARGET=lua5-3
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index a20f4945..d82287c0 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -134,4 +134,4 @@ USE="${USE} -lua_single_target_lua5-3 -lua_single_target_lua5-4 -lua_single_target_luajit - lua_single_target_luajit" + lua_single_target_lua5-3" |