Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich2/
Date: Fri, 15 Oct 2021 21:43:42
Message-Id: 1634334196.c9050c741fa5bec1a5df21691891ae09d8de3fce.sam@gentoo
1 commit: c9050c741fa5bec1a5df21691891ae09d8de3fce
2 Author: Christopher Layne <clayne <AT> anodized <DOT> com>
3 AuthorDate: Fri Oct 15 21:23:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 21:43:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9050c74
7
8 sys-cluster/mpich2: Restore missing conf opts
9
10 * Commit 4c2a5999 errantly removed use of a temporary variable when
11 converting the calling method to use bash.
12
13 Closes: https://bugs.gentoo.org/814548
14 Closes: https://github.com/gentoo/gentoo/pull/22592
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sys-cluster/mpich2/{mpich2-1.5.ebuild => mpich2-1.5-r1.ebuild} | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild
21 similarity index 98%
22 rename from sys-cluster/mpich2/mpich2-1.5.ebuild
23 rename to sys-cluster/mpich2/mpich2-1.5-r1.ebuild
24 index 05eb7a68a7d..b436f7e5fe9 100644
25 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild
26 +++ b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild
27 @@ -89,7 +89,7 @@ src_configure() {
28 c="${c} --docdir=${EPREFIX}/usr/share/doc/${PF}"
29
30 # Forcing Bash as there's quite a few bashisms in the build system
31 - CONFIG_SHELL="${BROOT}/bin/bash" econf \
32 + CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
33 --with-pm=hydra \
34 --disable-mpe \
35 --disable-fast \