commit: cdc65357bd715c535f4fb152d90f219c660867d0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 09:36:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 09:37:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc65357
dev-debug/systemtap: add upstream bug re bash
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/systemtap/systemtap-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-debug/systemtap/systemtap-9999.ebuild
b/dev-debug/systemtap/systemtap-9999.ebuild
index 6a13a1bb981f..94c53a3d0f1f 100644
--- a/dev-debug/systemtap/systemtap-9999.ebuild
+++ b/dev-debug/systemtap/systemtap-9999.ebuild
@@ -129,7 +129,8 @@ src_configure() {
$(use_with selinux)
)
- # Use bash because of bashisms with brace expansion in Makefile.am (bug
#913947)
+ # Use bash because of bashisms with brace expansion in Makefile.am
+ # https://sourceware.org/PR32105
CONFIG_SHELL="${BROOT}"/bin/bash PYTHON3="${PYTHON}" econf
"${myeconfargs[@]}"
}