Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-clang/
Date: Wed, 03 Jul 2019 13:46:05
Message-Id: 1562161406.7f7fa39637544d8700741fe8bd6a16b07607e145.marecki@gentoo
1 commit: 7f7fa39637544d8700741fe8bd6a16b07607e145
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 3 11:28:51 2019 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 3 13:43:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7fa396
7
8 dev-libs/opencl-clang: depend on sys-devel/clang[static-analyzer]
9
10 Turns out that the absence of static-analyzer among sys-devel/clang USE
11 flags causes build-time linker errors. The flag in question is enabled by
12 default so only a subset of users has been affected.
13
14 Closes: https://bugs.gentoo.org/689170
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16 Package-Manager: Portage-2.3.66, Repoman-2.3.11
17
18 dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
22 index 119d5523a02..ac93a0e876b 100644
23 --- a/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
24 +++ b/dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild
25 @@ -13,7 +13,7 @@ LICENSE="UoI-NCSA"
26 SLOT="8"
27 KEYWORDS="~amd64"
28
29 -COMMON="sys-devel/clang:8=[${MULTILIB_USEDEP}]"
30 +COMMON="sys-devel/clang:8=[static-analyzer,${MULTILIB_USEDEP}]"
31 DEPEND="${COMMON}
32 dev-util/spirv-llvm-translator:8=[${MULTILIB_USEDEP}]
33 dev-vcs/git"