diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:43:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:22:20 +0100 |
commit | a27f06403a96f242253abfa040d84e6e4c36299c (patch) | |
tree | eef7f2c087e8bf01b10f72be01a7b632c8a70cef /sys-cluster/mpich2 | |
parent | sys-cluster/heat: eutils-- (diff) | |
download | gentoo-a27f06403a96f242253abfa040d84e6e4c36299c.tar.gz gentoo-a27f06403a96f242253abfa040d84e6e4c36299c.tar.bz2 gentoo-a27f06403a96f242253abfa040d84e6e4c36299c.zip |
sys-cluster/mpich2: add explicit epatch inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild index 159474a613c1..f73637a3bb19 100644 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild +++ b/sys-cluster/mpich2/mpich2-1.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 FORTRAN_NEEDED=fortran -inherit fortran-2 +inherit epatch fortran-2 MY_PV=${PV/_/} DESCRIPTION="A high performance and portable MPI implementation" |