commit:     7f7fa39637544d8700741fe8bd6a16b07607e145
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 11:28:51 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 13:43:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7fa396

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 <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 119d5523a02..ac93a0e876b 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"

Reply via email to