overlay profiles: Default to lua 5.3

The net-analyzer/nmap package started pulling in dev-lang/lua instead
of using the vendored copy. Thus after adding the required packages to
portage-stable, we need to set them up.
This commit is contained in:
Krzesimir Nowak 2023-04-25 13:22:38 +02:00
parent 5f24d6fadd
commit 19853731b3

View File

@ -13,6 +13,10 @@ USE_EXPAND="${USE_EXPAND} GO_VERSION"
# Extra use flags for CoreOS SDK
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
# Only net-analyzer/nmap uses lua and it's compatible only with lua5-3.
LUA_SINGLE_TARGET="lua5-3"
LUA_TARGETS="lua5-3"
# Use Python 3 as the default version
USE="${USE} -python_single_target_python2_7 python_single_target_python3_10"
USE="${USE} -python_targets_python2_7 python_targets_python3_10"