commit: 2b4da1ef9064c888f23e598ebef01c98e402bc2a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 20:31:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 20:31:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4da1ef
sys-cluster/mpich2: fix DoubleEmptyLine
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/mpich2/mpich2-1.5.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild
b/sys-cluster/mpich2/mpich2-1.5.ebuild
index 9a764592cba..05eb7a68a7d 100644
--- a/sys-cluster/mpich2/mpich2-1.5.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.5.ebuild
@@ -72,7 +72,6 @@ src_configure() {
c="${c} --enable-threads=single"
fi
-
# GCC 10 compatibility workaround
# bug #725722
append-fflags $(test-flags-FC -fallow-argument-mismatch)