Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
Date: Wed, 29 Jun 2016 22:33:34
Message-Id: 1467239475.9d6a5b9dceb93680831e709370ec9e3819631681.alexxy@gentoo
1 commit: 9d6a5b9dceb93680831e709370ec9e3819631681
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 14:34:06 2016 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 22:31:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6a5b9d
7
8 sys-cluster/mvapich2: adapt sys-infiniband to sys-fabric rename
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-cluster/mvapich2/mvapich2-1.6.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
16 index e3d30ee..54b394c 100644
17 --- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
18 +++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,11 +18,11 @@ IUSE="debug fortran large-cluster medium-cluster romio threads"
26 RDEPEND="
27 || (
28 (
29 - sys-infiniband/libibverbs
30 - sys-infiniband/libibumad
31 - sys-infiniband/libibmad
32 - sys-infiniband/librdmacm )
33 - sys-infiniband/openib-userspace )"
34 + sys-fabric/libibverbs
35 + sys-fabric/libibumad
36 + sys-fabric/libibmad
37 + sys-fabric/librdmacm )
38 + sys-fabric/openib-userspace )"
39 DEPEND="${RDEPEND}"
40
41 S="${WORKDIR}/mvapich2-${PV/_/-}"