diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-05-19 22:49:59 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2021-05-19 22:49:59 +0000 |
commit | eee13c7ea931edb486719799c00b35e08228ca43 (patch) | |
tree | 3211938a43c04c5114c634ac2108c083016e91a9 | |
parent | 2021-05-19 22:20:11 UTC (diff) | |
parent | sci-physics/fastjet: fix build with dash as /bin/sh (diff) | |
download | gentoo-eee13c7ea931edb486719799c00b35e08228ca43.tar.gz gentoo-eee13c7ea931edb486719799c00b35e08228ca43.tar.bz2 gentoo-eee13c7ea931edb486719799c00b35e08228ca43.zip |
Merge updates from master
-rw-r--r-- | sci-physics/fastjet/fastjet-3.0.6-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild index c6472206f843..59084ef062c1 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) \ |