summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2019-07-03 12:28:51 +0100
committerMarek Szuba <marecki@gentoo.org>2019-07-03 14:43:26 +0100
commit7f7fa39637544d8700741fe8bd6a16b07607e145 (patch)
tree0f853e8790af927d0c83a1f7041c91a323a4920d
parentsys-kernel/gentoo-sources: Linux patch 4.14.132 (diff)
downloadgentoo-7f7fa39637544d8700741fe8bd6a16b07607e145.tar.gz
gentoo-7f7fa39637544d8700741fe8bd6a16b07607e145.tar.bz2
gentoo-7f7fa39637544d8700741fe8bd6a16b07607e145.zip
dev-libs/opencl-clang: depend on sys-devel/clang[static-analyzer]
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
-rw-r--r--dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
index 119d5523a020..ac93a0e876ba 100644
--- a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
+++ b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="UoI-NCSA"
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"