diff options
author | Sam James <sam@gentoo.org> | 2021-09-23 21:31:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-23 21:31:45 +0100 |
commit | 2b4da1ef9064c888f23e598ebef01c98e402bc2a (patch) | |
tree | f57bcd08543213dba829bba71acd7cee9fba70ec /sys-cluster/mpich2 | |
parent | sys-cluster/mpich2: workaround build failures with GCC 10 (diff) | |
download | gentoo-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.ebuild | 1 |
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) |