commit: b6e388dd555ed9b0dc6425337775042b6a0698e8
Author: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 15:06:09 2019 +0000
Commit: Justin Bronder <jsbronder <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 15:06:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e388dd
sys-cluster/openmpi: fix eapi bump bug
b394fd7a7350a215a2a935d3ddea5cb7af82e838 bumped the EAPI to 7 but didn't
add the trailing slashes for ${ED}. Also, oshfort and shmemfort are no
longer installed unconditionally.
Signed-off-by: Justin Bronder <jsbronder <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
sys-cluster/openmpi/openmpi-4.0.1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sys-cluster/openmpi/openmpi-4.0.1.ebuild
b/sys-cluster/openmpi/openmpi-4.0.1.ebuild
index 8aca8f38042..93ba7383599 100644
--- a/sys-cluster/openmpi/openmpi-4.0.1.ebuild
+++ b/sys-cluster/openmpi/openmpi-4.0.1.ebuild
@@ -142,10 +142,8 @@ multilib_src_install() {
else
# some fortran files get installed unconditionally
rm \
- "${ED}"usr/include/mpif* \
- "${ED}"usr/bin/mpif* \
- "${ED}"usr/bin/oshfort \
- "${ED}"usr/bin/shmemfort \
+ "${ED}"/usr/include/mpif* \
+ "${ED}"/usr/bin/mpif* \
|| die
fi
}