Turns out that the absence of static-analyzer among sys-devel/clang USE
flags causes build-time linker errors. The flag in question is enabled by
default so only a subset of users has been affected.
Closes: https://bugs.gentoo.org/689170
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
SLOT="8"
KEYWORDS="~amd64"
-COMMON="sys-devel/clang:8=[${MULTILIB_USEDEP}]"
+COMMON="sys-devel/clang:8=[static-analyzer,${MULTILIB_USEDEP}]"
DEPEND="${COMMON}
dev-util/spirv-llvm-translator:8=[${MULTILIB_USEDEP}]
dev-vcs/git"