mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user