summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-30 19:08:16 +0100
committerSam James <sam@gentoo.org>2024-08-30 19:09:52 +0100
commit98647fbbef3820bc3aa8282317f452f5465e5c3b (patch)
treec782acfe906559f9d0bcadcafa0e9ba4f43fc63a /dev-debug
parentdev-debug/systemtap: conditionally install /usr/bin/dtrace (diff)
downloadgentoo-98647fbbef3820bc3aa8282317f452f5465e5c3b.tar.gz
gentoo-98647fbbef3820bc3aa8282317f452f5465e5c3b.tar.bz2
gentoo-98647fbbef3820bc3aa8282317f452f5465e5c3b.zip
dev-debug/systemtap: fix bashism comment in 5.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/systemtap/systemtap-5.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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[@]}"
}