mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
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:
parent
5f24d6fadd
commit
19853731b3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user