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.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 BC3B915802F for ; Thu, 23 Feb 2023 23:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A65EE076B; Thu, 23 Feb 2023 23:00:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E27D9E076B for ; Thu, 23 Feb 2023 23:00:40 +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 D75A3335D3C for ; Thu, 23 Feb 2023 23:00:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A2708B7 for ; Thu, 23 Feb 2023 23:00:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677193227.0e3765f5e00623d82a306b3943f2aa4d7b42350e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild X-VCS-Directories: dev-libs/intel-compute-runtime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e3765f5e00623d82a306b3943f2aa4d7b42350e X-VCS-Branch: master Date: Thu, 23 Feb 2023 23:00:38 +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: be8ce60b-2ff0-4f2e-a4ef-acc9accc701a X-Archives-Hash: ccff63388d1d9e79e0e371c5f0bb135b commit: 0e3765f5e00623d82a306b3943f2aa4d7b42350e Author: Sam James gentoo org> AuthorDate: Thu Feb 23 22:55:13 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 23 23:00:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3765f5 dev-libs/intel-compute-runtime: use filter-lto Signed-off-by: Sam James gentoo.org> .../intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild | 2 +- .../intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild | 2 +- .../intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild index cda27132f096..630022df1302 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.43.24595.35.ebuild @@ -52,7 +52,7 @@ src_prepare() { src_configure() { # See https://github.com/intel/compute-runtime/issues/531 - filter-flags -flto=* -flto + filter-lto local mycmakeargs=( -DCCACHE_ALLOWED="OFF" diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild index 0af0d80dab75..469e1c76798c 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.49.25018.24.ebuild @@ -55,7 +55,7 @@ src_prepare() { src_configure() { # See https://github.com/intel/compute-runtime/issues/531 - filter-flags -flto=* -flto + filter-lto local mycmakeargs=( -DCCACHE_ALLOWED="OFF" diff --git a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild index 0af0d80dab75..469e1c76798c 100644 --- a/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild +++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-22.53.25242.13.ebuild @@ -55,7 +55,7 @@ src_prepare() { src_configure() { # See https://github.com/intel/compute-runtime/issues/531 - filter-flags -flto=* -flto + filter-lto local mycmakeargs=( -DCCACHE_ALLOWED="OFF"