fixup! license filtering

This commit is contained in:
Krzesimir Nowak 2025-08-05 18:54:19 +02:00
parent c3085e0028
commit 8e34df8e40

View File

@ -50,7 +50,7 @@ function evaluate_license_group() {
# TODO: warning
fail "emerge did not report USE flag ${name@Q} to exist in the processed package"
fi
local -i flag_mode=${use_flags_map_ref["${mode}"]}
local -i flag_mode=${use_flags_map_ref["${name}"]}
if [[ mode -eq flag_mode ]]; then
do_process_items=x
fi