From 98647fbbef3820bc3aa8282317f452f5465e5c3b Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Aug 2024 19:08:16 +0100 Subject: dev-debug/systemtap: fix bashism comment in 5.1 Signed-off-by: Sam James --- dev-debug/systemtap/systemtap-5.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-debug') 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[@]}" } -- cgit v1.2.3-65-gdbad