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 D0776138334 for ; Wed, 3 Jul 2019 13:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14744E08C2; 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 E6F4BE08C2 for ; Wed, 3 Jul 2019 13:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 66B78346E99 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 527F06A1 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: <1562161413.066af34bc112712e0306404ae9d6fbb35a2ef3a9.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel-graphics-compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild X-VCS-Directories: dev-util/intel-graphics-compiler/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 066af34bc112712e0306404ae9d6fbb35a2ef3a9 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: 145fea20-a32b-44e5-a1cc-c8df29c26808 X-Archives-Hash: a2b223e4e3ab67efe6753ea1f7f28aad commit: 066af34bc112712e0306404ae9d6fbb35a2ef3a9 Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 3 13:42:02 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 3 13:43:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066af34b dev-util/intel-graphics-compiler: set dev-libs/opencl-clang version cap >From 8.0.1 onwards opencl-clang uses the new library name in place of the legacy "common_clang". Make sure old IGC ebuilds do not try to use newer versions. Signed-off-by: Marek Szuba gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild index e792758ac3d..9ab4c699762 100644 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild +++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.8.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" COMMON="sys-devel/llvm:8=[${MULTILIB_USEDEP}] - dev-libs/opencl-clang:8=[${MULTILIB_USEDEP}]" +