diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-29 17:34:06 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2016-06-30 01:31:15 +0300 |
commit | 9d6a5b9dceb93680831e709370ec9e3819631681 (patch) | |
tree | c32426e235c93ee4eb29041525b1e4c60a14b117 /sys-cluster/mvapich2 | |
parent | sys-cluster/glusterfs: adapt sys-infiniband to sys-fabric rename (diff) | |
download | gentoo-9d6a5b9dceb93680831e709370ec9e3819631681.tar.gz gentoo-9d6a5b9dceb93680831e709370ec9e3819631681.tar.bz2 gentoo-9d6a5b9dceb93680831e709370ec9e3819631681.zip |
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.ebuild | 12 |
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 e3d30ee91a93..54b394cbf255 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/_/-}" |