diff options
| author | Sam James <sam@gentoo.org> | 2025-02-25 07:26:12 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-02-25 07:26:12 +0000 |
| commit | 5dd04d2ba7bb077f1dd2517f396b449bf24c7a92 (patch) | |
| tree | 8c925018a6df1651053e3c846b1b92c122e2d6cd /app-shells/bash/bash-9999.ebuild | |
| parent | d6592e1a25a36ff20d191a44eaf91628b7a28d80 (diff) | |
| download | gentoo-5dd04d2ba7bb077f1dd2517f396b449bf24c7a92.tar.gz gentoo-5dd04d2ba7bb077f1dd2517f396b449bf24c7a92.tar.bz2 gentoo-5dd04d2ba7bb077f1dd2517f396b449bf24c7a92.zip | |
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@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
| -rw-r--r-- | app-shells/bash/bash-9999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
