commit: 9d6a5b9dceb93680831e709370ec9e3819631681
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 14:34:06 2016 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 22:31:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a5b9d
sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename
Package-Manager: portage-2.3.0_rc1
sys-cluster/mvapich2/mvapich2-1.6.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index e3d30ee..54b394c 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,11 +18,11 @@ IUSE="debug fortran large-cluster medium-cluster romio
threads"
RDEPEND="
|| (
(
- sys-infiniband/libibverbs
- sys-infiniband/libibumad
- sys-infiniband/libibmad
- sys-infiniband/librdmacm )
- sys-infiniband/openib-userspace )"
+ sys-fabric/libibverbs
+ sys-fabric/libibumad
+ sys-fabric/libibmad
+ sys-fabric/librdmacm )
+ sys-fabric/openib-userspace )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/mvapich2-${PV/_/-}"