commit:     98647fbbef3820bc3aa8282317f452f5465e5c3b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 18:08:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 18:09:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98647fbb

dev-debug/systemtap: fix bashism comment in 5.1

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

 dev-debug/systemtap/systemtap-5.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild 
b/dev-debug/systemtap/systemtap-5.1-r1.ebuild
index 06b3b67bd81b..f26acd209aca 100644
--- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild
+++ b/dev-debug/systemtap/systemtap-5.1-r1.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[@]}"
 }
 

Reply via email to