commit:     617b657f254bede24caeb6da40f99c390e845e38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 06:28:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 24 06:28:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617b657f

media-libs/mesa: add another bug ref for LTO issue

I hadn't seen this bug / clocked it was mesa/LTO related until after
I committed the workaround. Add a reference now we know they're linked.

Bug: https://bugs.gentoo.org/932591
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/mesa/mesa-24.0.8-r1.ebuild | 2 +-
 media-libs/mesa/mesa-24.1.0-r1.ebuild | 2 +-
 media-libs/mesa/mesa-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/mesa/mesa-24.0.8-r1.ebuild 
b/media-libs/mesa/mesa-24.0.8-r1.ebuild
index 17eebd74840b..b676b84c8534 100644
--- a/media-libs/mesa/mesa-24.0.8-r1.ebuild
+++ b/media-libs/mesa/mesa-24.0.8-r1.ebuild
@@ -252,7 +252,7 @@ src_prepare() {
 multilib_src_configure() {
        local emesonargs=()
 
-       # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
+       # bug #932591 and 
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
        tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto
 
        local platforms

diff --git a/media-libs/mesa/mesa-24.1.0-r1.ebuild 
b/media-libs/mesa/mesa-24.1.0-r1.ebuild
index a2c38124b0e8..b5b9519bb96e 100644
--- a/media-libs/mesa/mesa-24.1.0-r1.ebuild
+++ b/media-libs/mesa/mesa-24.1.0-r1.ebuild
@@ -290,7 +290,7 @@ src_prepare() {
 multilib_src_configure() {
        local emesonargs=()
 
-       # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
+       # bug #932591 and 
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
        tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto
 
        local platforms

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a2c38124b0e8..b5b9519bb96e 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -290,7 +290,7 @@ src_prepare() {
 multilib_src_configure() {
        local emesonargs=()
 
-       # https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
+       # bug #932591 and 
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11140
        tc-is-gcc && [[ $(gcc-major-version) -ge 14 ]] && filter-lto
 
        local platforms

Reply via email to