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: Thu, 23 Sep 2021 20:32:05
Message-Id: 1632429105.2b4da1ef9064c888f23e598ebef01c98e402bc2a.sam@gentoo
1 commit: 2b4da1ef9064c888f23e598ebef01c98e402bc2a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:31:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:31:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4da1ef
7
8 sys-cluster/mpich2: fix DoubleEmptyLine
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-cluster/mpich2/mpich2-1.5.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild
16 index 9a764592cba..05eb7a68a7d 100644
17 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild
18 +++ b/sys-cluster/mpich2/mpich2-1.5.ebuild
19 @@ -72,7 +72,6 @@ src_configure() {
20 c="${c} --enable-threads=single"
21 fi
22
23 -
24 # GCC 10 compatibility workaround
25 # bug #725722
26 append-fflags $(test-flags-FC -fallow-argument-mismatch)