From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60794158087 for ; Fri, 15 Oct 2021 21:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E251E086A; Fri, 15 Oct 2021 21:43:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EF78E086A for ; Fri, 15 Oct 2021 21:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2212C343436 for ; Fri, 15 Oct 2021 21:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8125114C for ; Fri, 15 Oct 2021 21:43:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634334196.c9050c741fa5bec1a5df21691891ae09d8de3fce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich2/mpich2-1.5-r1.ebuild sys-cluster/mpich2/mpich2-1.5.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9050c741fa5bec1a5df21691891ae09d8de3fce X-VCS-Branch: master Date: Fri, 15 Oct 2021 21:43:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e781c78-5c6d-49d5-a475-4791c7286dcb X-Archives-Hash: 51f0274a316d1507001d8247b924f86b commit: c9050c741fa5bec1a5df21691891ae09d8de3fce Author: Christopher Layne anodized com> AuthorDate: Fri Oct 15 21:23:13 2021 +0000 Commit: Sam James gentoo 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 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 \