From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1559365-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7B8A158089 for <garchives@archives.gentoo.org>; Mon, 2 Oct 2023 19:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E84B12BC01E; Mon, 2 Oct 2023 19:32:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D56392BC01E for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 19:32:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C03335C39 for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 19:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B92093E for <gentoo-commits@lists.gentoo.org>; Mon, 2 Oct 2023 19:32:20 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1696275130.e15a542fb8eea2726d80fb3b02aae986d3677ed3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/package.use.mask X-VCS-Directories: profiles/default/linux/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e15a542fb8eea2726d80fb3b02aae986d3677ed3 X-VCS-Branch: master Date: Mon, 2 Oct 2023 19:32:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf38d7b8-7770-4d83-b9a5-8e74778155a1 X-Archives-Hash: b93968cbf61eea249e9b0f644be28378 commit: e15a542fb8eea2726d80fb3b02aae986d3677ed3 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 19:07:48 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 19:32:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15a542f package.use.mask: mask vc for igc See https://github.com/intel/intel-graphics-compiler/issues/303 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/default/linux/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 5407972c13ac..3874b81dd317 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Conrad Kostecki (conikost@gentoo.org> (2023-10-02) +# Using VectorCompiler is currently broken on newer versions. +# See https://github.com/intel/intel-graphics-compiler/issues/303 +>=dev-util/intel-graphics-compiler-1.0.15136.4 + # Sam James <sam@gentoo.org> (2023-06-06) # Needs linux-only dev-libs/libaio. app-emulation/qemu -aio