commit: 629ef453e0f9f68567c807416557e2d3c7b6780f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 21 04:45:27 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 21 04:47:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629ef453
dev-debug/systemtap: add comment wrt bash I forgot to add this earlier. Turns out there's a bug for it too. Fixes: 818cec7cd4efae42c55af03f4c0617a95d069c14 Bug: https://bugs.gentoo.org/913947 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/systemtap/systemtap-5.1.ebuild | 2 ++ dev-debug/systemtap/systemtap-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-debug/systemtap/systemtap-5.1.ebuild b/dev-debug/systemtap/systemtap-5.1.ebuild index 56427628dd76..0bdad429da92 100644 --- a/dev-debug/systemtap/systemtap-5.1.ebuild +++ b/dev-debug/systemtap/systemtap-5.1.ebuild @@ -127,6 +127,8 @@ src_configure() { $(use_with ssl nss) $(use_with selinux) ) + + # Use bash because of bashisms with brace expansion in Makefile.am (bug #913947) CONFIG_SHELL="${BROOT}"/bin/bash PYTHON3="${PYTHON}" econf "${myeconfargs[@]}" } diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index 56427628dd76..0bdad429da92 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -127,6 +127,8 @@ src_configure() { $(use_with ssl nss) $(use_with selinux) ) + + # Use bash because of bashisms with brace expansion in Makefile.am (bug #913947) CONFIG_SHELL="${BROOT}"/bin/bash PYTHON3="${PYTHON}" econf "${myeconfargs[@]}" }
