mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 04:56:58 +02:00
fixup! license filtering
This commit is contained in:
parent
e06198ad92
commit
cc81a99bf3
@ -47,7 +47,7 @@ function evaluate_license_group() {
|
||||
mode=IUSE_DISABLED
|
||||
;;
|
||||
esac
|
||||
if [[ -n ${use_flags_map_ref["${name}"]:-} ]]; then
|
||||
if [[ -z ${use_flags_map_ref["${name}"]:-} ]]; then
|
||||
# TODO: warning
|
||||
fail "emerge did not report USE flag ${name@Q} to exist in the processed package ($(declare -p "${use_flags_map_var_name}"))"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user