commit: c9050c741fa5bec1a5df21691891ae09d8de3fce Author: Christopher Layne <clayne <AT> anodized <DOT> com> AuthorDate: Fri Oct 15 21:23:13 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 15 21:43:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9050c74
sys-cluster/mpich2: Restore missing conf opts * Commit 4c2a5999 errantly removed use of a temporary variable when converting the calling method to use bash. Closes: https://bugs.gentoo.org/814548 Closes: https://github.com/gentoo/gentoo/pull/22592 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/mpich2/{mpich2-1.5.ebuild => mpich2-1.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild similarity index 98% rename from sys-cluster/mpich2/mpich2-1.5.ebuild rename to sys-cluster/mpich2/mpich2-1.5-r1.ebuild index 05eb7a68a7d..b436f7e5fe9 100644 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild +++ b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild @@ -89,7 +89,7 @@ src_configure() { c="${c} --docdir=${EPREFIX}/usr/share/doc/${PF}" # Forcing Bash as there's quite a few bashisms in the build system - CONFIG_SHELL="${BROOT}/bin/bash" econf \ + CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \ --with-pm=hydra \ --disable-mpe \ --disable-fast \
