commit:     0e3765f5e00623d82a306b3943f2aa4d7b42350e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 22:55:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"

Reply via email to