summaryrefslogtreecommitdiff
path: root/sys-cluster/mvapich2
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2016-06-29 17:34:06 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2016-06-30 01:31:15 +0300
commit9d6a5b9dceb93680831e709370ec9e3819631681 (patch)
treec32426e235c93ee4eb29041525b1e4c60a14b117 /sys-cluster/mvapich2
parent465e34a897af13e0185e553717c0d73930398152 (diff)
downloadgentoo-9d6a5b9dceb93680831e709370ec9e3819631681.tar.gz
gentoo-9d6a5b9dceb93680831e709370ec9e3819631681.tar.xz
sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-cluster/mvapich2')
-rw-r--r--sys-cluster/mvapich2/mvapich2-1.6.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index e3d30ee91a9..54b394cbf25 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/_/-}"