From 5dd04d2ba7bb077f1dd2517f396b449bf24c7a92 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 25 Feb 2025 07:26:12 +0000 Subject: [PATCH] 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 --- 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 191364c29e2e6..05ae39cc873a8 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 58079b36bef09..ebd7607905d65 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