sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename
authorAlexey Shvetsov <alexxy@gentoo.org>
Wed, 29 Jun 2016 14:34:06 +0000 (17:34 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Wed, 29 Jun 2016 22:31:15 +0000 (01:31 +0300)
Package-Manager: portage-2.3.0_rc1

sys-cluster/mvapich2/mvapich2-1.6.ebuild

index e3d30ee91a93d4863d3063bd148897b4b187c8cb..54b394cbf255f8e0ecd6340ba69e7ed47f115c21 100644 (file)
@@ -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/_/-}"