commit: 9032b73ff8422d412dc33a05f9cdabe889bb003f
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 22:40:26 2021 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Wed May 19 22:40:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9032b73f
sci-physics/fastjet: fix build with dash as /bin/sh
configure.ac is full of bash-specific code, so request /bin/bash as
configure shell explicitly.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
sci-physics/fastjet/fastjet-3.0.6-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
index c6472206f84..59084ef062c 100644
--- a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
+++ b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
@@ -33,6 +33,7 @@ src_configure() {
use cgal && \
has_version 'sci-mathematics/cgal[gmp]' && append-libs -lgmp
+ CONFIG_SHELL="${EPREFIX}/bin/bash" \
econf \
--disable-static \
$(use_enable cgal) \