summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-23 21:31:45 +0100
committerSam James <sam@gentoo.org>2021-09-23 21:31:45 +0100
commit2b4da1ef9064c888f23e598ebef01c98e402bc2a (patch)
treef57bcd08543213dba829bba71acd7cee9fba70ec /sys-cluster/mpich2
parentsys-cluster/mpich2: workaround build failures with GCC 10 (diff)
downloadgentoo-2b4da1ef9064c888f23e598ebef01c98e402bc2a.tar.gz
gentoo-2b4da1ef9064c888f23e598ebef01c98e402bc2a.tar.bz2
gentoo-2b4da1ef9064c888f23e598ebef01c98e402bc2a.zip
sys-cluster/mpich2: fix DoubleEmptyLine
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r--sys-cluster/mpich2/mpich2-1.5.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild
index 9a764592cba5..05eb7a68a7d2 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)