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@gentoo.org>
This commit is contained in:
Andrew Savchenko
2021-05-20 01:40:26 +03:00
parent f478c4901c
commit 9032b73ff8

View File

@@ -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) \