summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-21 10:36:15 +0100
committerSam James <sam@gentoo.org>2024-08-21 10:37:04 +0100
commitcdc65357bd715c535f4fb152d90f219c660867d0 (patch)
treebb881e7c30ecb581ae79498f2672eb21f57a6b5b /dev-debug/systemtap
parentmedia-gfx/exiv2: Stabilize 0.28.3 ppc64, #938265 (diff)
downloadgentoo-cdc65357bd715c535f4fb152d90f219c660867d0.tar.gz
gentoo-cdc65357bd715c535f4fb152d90f219c660867d0.tar.bz2
gentoo-cdc65357bd715c535f4fb152d90f219c660867d0.zip
dev-debug/systemtap: add upstream bug re bash
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/systemtap')
-rw-r--r--dev-debug/systemtap/systemtap-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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[@]}"
}