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 8247E138334 for ; Wed, 3 Jul 2019 11:25:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A0AE0884; Wed, 3 Jul 2019 11:25:01 +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 5159EE0884 for ; Wed, 3 Jul 2019 11:25:01 +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 99D94346EB3 for ; Wed, 3 Jul 2019 11:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849D658B for ; Wed, 3 Jul 2019 11:24:57 +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: <1562152867.e0a1cd1844cfe63968e68442a42d460967ac4426.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/beignet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/beignet/beignet-1.3.2-r3.ebuild X-VCS-Directories: dev-libs/beignet/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e0a1cd1844cfe63968e68442a42d460967ac4426 X-VCS-Branch: master Date: Wed, 3 Jul 2019 11:24:57 +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: 8e8b54e7-dee8-45fe-88f0-47e54de4e33b X-Archives-Hash: f9a10dc9316e6f3a9bd0241025fa1ea8 commit: e0a1cd1844cfe63968e68442a42d460967ac4426 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 3 11:21:07 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 3 11:21:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a1cd18 dev-libs/beignet: depend on sys-devel/clang[static-analyzer] Turns out that the absence of static-analyzer among sys-devel/clang USE flags causes a configure-time error. The flag in question is enabled by default so only a subset of users has been affected. Many thanks to Conrad Kostecki for having finally identified the source of this problem! Closes: https://bugs.gentoo.org/664342 Closes: https://bugs.gentoo.org/689088 Signed-off-by: Marek Szuba gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/beignet/beignet-1.3.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/beignet/beignet-1.3.2-r3.ebuild b/dev-libs/beignet/beignet-1.3.2-r3.ebuild index 0d0b8a6bae7..132de5924f5 100644 --- a/dev-libs/beignet/beignet-1.3.2-r3.ebuild +++ b/dev-libs/beignet/beignet-1.3.2-r3.ebuild @@ -21,7 +21,7 @@ BDEPEND="${PYTHON_DEPS} virtual/pkgconfig" COMMON="app-eselect/eselect-opencl media-libs/mesa[${MULTILIB_USEDEP}] - =x11-libs/libdrm-2.4.70[video_cards_intel,${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] x11-libs/libXfixes[${MULTILIB_USEDEP}]