diff options
author | Sam James <sam@gentoo.org> | 2024-08-30 19:08:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-30 19:09:52 +0100 |
commit | 98647fbbef3820bc3aa8282317f452f5465e5c3b (patch) | |
tree | c782acfe906559f9d0bcadcafa0e9ba4f43fc63a /dev-debug | |
parent | dev-debug/systemtap: conditionally install /usr/bin/dtrace (diff) | |
download | gentoo-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.ebuild | 3 |
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[@]}" } |