diff options
| author | Sam James <sam@gentoo.org> | 2025-10-16 17:58:38 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-16 17:58:43 +0100 |
| commit | 0aecf5653c7fd4028b26c804cd86963a1e1dd32c (patch) | |
| tree | c9980d71876626497d4d0d789e8ad6d1fb393698 /app-shells/bash/bash-9999.ebuild | |
| parent | 7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4 (diff) | |
| download | gentoo-0aecf5653c7fd4028b26c804cd86963a1e1dd32c.tar.gz gentoo-0aecf5653c7fd4028b26c804cd86963a1e1dd32c.tar.bz2 gentoo-0aecf5653c7fd4028b26c804cd86963a1e1dd32c.zip | |
Revert "app-shells/bash: add 5.4_alpha_pre20251016"
This reverts commit 7ef5fa53b33a167be6da83c1bb003aabc3e9b7b4.
Noise in commit msg.
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 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 4f70ef30921d..7f5ca499dd43 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -78,9 +78,6 @@ if (( PLEVEL >= 0 )); then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" -# As of 5.4_alpha_pre20251016, bash tests finally exit non-0 on failure. -# The differences look harmless but need investigation and fixing. -RESTRICT="test" DEPEND=" >=sys-libs/ncurses-5.2-r2:= @@ -275,9 +272,7 @@ src_compile() { # Used in test suite. unset -v A - # Testsuite isn't expected to pass for bash right now, but it - # also doesn't matter for PGO. - nonfatal emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check + emake CFLAGS="${CFLAGS} ${pgo_generate_flags[*]}" -k check if tc-is-clang; then llvm-profdata merge "${T}"/pgo --output="${T}"/pgo/default.profdata || die |
