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 36484158086 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 5AEC2E0826; 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 3AAC7E0826 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 2CAD734355E 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 952EF157 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: <1634334197.19b02b8468d4c21a109ff76ed84b0f933b797560.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/mpich/mpich-3.0.4-r1.ebuild sys-cluster/mpich/mpich-3.0.4.ebuild X-VCS-Directories: sys-cluster/mpich/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19b02b8468d4c21a109ff76ed84b0f933b797560 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: ffa1a541-0c7a-4eab-bb25-25584a603b21 X-Archives-Hash: 0a5381cedca2f9d50525865c3093c11d commit: 19b02b8468d4c21a109ff76ed84b0f933b797560 Author: Sam James gentoo org> AuthorDate: Fri Oct 15 21:41:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 15 21:43:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b02b84 sys-cluster/mpich: restore missing configure option Bug: https://bugs.gentoo.org/815427 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815424 Bug: https://bugs.gentoo.org/show_bug.cgi?id=815166 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814776 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814587 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814584 Bug: https://bugs.gentoo.org/show_bug.cgi?id=814581 Closes: https://bugs.gentoo.org/show_bug.cgi?id=814548 Signed-off-by: Sam James gentoo.org> sys-cluster/mpich/{mpich-3.0.4.ebuild => mpich-3.0.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild similarity index 98% rename from sys-cluster/mpich/mpich-3.0.4.ebuild rename to sys-cluster/mpich/mpich-3.0.4-r1.ebuild index 828fec76358..08d63fd1943 100644 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild @@ -86,7 +86,7 @@ src_configure() { #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS # 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 \