fixup! license filtering

This commit is contained in:
Krzesimir Nowak 2025-08-05 19:48:15 +02:00
parent e06198ad92
commit cc81a99bf3

View File

@ -47,7 +47,7 @@ function evaluate_license_group() {
mode=IUSE_DISABLED mode=IUSE_DISABLED
;; ;;
esac esac
if [[ -n ${use_flags_map_ref["${name}"]:-} ]]; then if [[ -z ${use_flags_map_ref["${name}"]:-} ]]; then
# TODO: warning # TODO: warning
fail "emerge did not report USE flag ${name@Q} to exist in the processed package ($(declare -p "${use_flags_map_var_name}"))" fail "emerge did not report USE flag ${name@Q} to exist in the processed package ($(declare -p "${use_flags_map_var_name}"))"
fi fi