commit:     5dd04d2ba7bb077f1dd2517f396b449bf24c7a92
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 07:26:12 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 07:26:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd04d2b

app-shells/bash: drop filter-lto from 5.3_beta_p20250224/9999

This issue was only ever in some 5.3 snapshots. I can't spot which
commit fixed it, but it seems gone now.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/bash/bash-5.3_beta_p20250224.ebuild | 4 ----
 app-shells/bash/bash-9999.ebuild               | 6 +-----
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/app-shells/bash/bash-5.3_beta_p20250224.ebuild 
b/app-shells/bash/bash-5.3_beta_p20250224.ebuild
index 191364c29e2e..05ae39cc873a 100644
--- a/app-shells/bash/bash-5.3_beta_p20250224.ebuild
+++ b/app-shells/bash/bash-5.3_beta_p20250224.ebuild
@@ -179,10 +179,6 @@ src_configure() {
        # may misbehave at runtime.
        unset -v YACC
 
-       # wcsnwidth(), substring() issues with -Wlto-type-mismatch, reported
-       # upstream to Chet by email.
-       filter-lto
-
        myconf=(
                --disable-profiling
 

diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild
index 58079b36bef0..ebd7607905d6 100644
--- a/app-shells/bash/bash-9999.ebuild
+++ b/app-shells/bash/bash-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -179,10 +179,6 @@ src_configure() {
        # may misbehave at runtime.
        unset -v YACC
 
-       # wcsnwidth(), substring() issues with -Wlto-type-mismatch, reported
-       # upstream to Chet by email.
-       filter-lto
-
        myconf=(
                --disable-profiling
 

Reply via email to