From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D36F138335 for ; Wed, 3 Jul 2019 13:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4672CE08CE; Wed, 3 Jul 2019 13:46:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29909E08CE for ; Wed, 3 Jul 2019 13:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCC75346EC2 for ; Wed, 3 Jul 2019 13:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0EC449 for ; Wed, 3 Jul 2019 13:46:00 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1562161406.7f7fa39637544d8700741fe8bd6a16b07607e145.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/opencl-clang/opencl-clang-8.0.0.ebuild X-VCS-Directories: dev-libs/opencl-clang/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 7f7fa39637544d8700741fe8bd6a16b07607e145 X-VCS-Branch: master Date: Wed, 3 Jul 2019 13:46:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bff74a3d-919f-45d8-b1d8-2b0638e0fce4 X-Archives-Hash: d31f45008e450e77a305555ee4ff24a7 commit: 7f7fa39637544d8700741fe8bd6a16b07607e145 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 3 11:28:51 2019 +0000 Commit: Marek Szuba gentoo 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 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"