I'm trying to uprev fontconfig to the latest version from upstream. Looks like upstream switched from autotools to meson. I have the updated ebuild working but Shellcheck doesn't recognize the functions from meson.eclass.
e.g.
In media-libs/fontconfig/fontconfig-2.14.2.ebuild line 131:
$(meson_native_use_feature doc)
^-----------------------------^ SC2207 (warning): Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Is there an allowlist to update somewhere?
It's also complaining about IDEPEND.
Thanks,
Sean