Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mvapich2/
Date: Sun, 26 Aug 2018 20:35:33
Message-Id: 1535314259.89848c1ee88a41e204ed689cb95d73f6328533fc.mgorny@gentoo
1 commit: 89848c1ee88a41e204ed689cb95d73f6328533fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 20:10:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 20:10:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89848c1e
7
8 sys-cluster/mvapich2: Remove support for non-existent deps
9
10 sys-cluster/mvapich2/mvapich2-1.6.ebuild | 13 +++++--------
11 1 file changed, 5 insertions(+), 8 deletions(-)
12
13 diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
14 index 31fec6cd3d0..caac58cb0d8 100644
15 --- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
16 +++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="4"
23 @@ -15,13 +15,10 @@ KEYWORDS="~x86 ~amd64"
24 IUSE="debug fortran large-cluster medium-cluster romio threads"
25
26 RDEPEND="
27 - || (
28 - (
29 - sys-fabric/libibverbs
30 - sys-fabric/libibumad
31 - sys-fabric/libibmad
32 - sys-fabric/librdmacm )
33 - sys-fabric/openib-userspace )"
34 + sys-fabric/libibverbs
35 + sys-fabric/libibumad
36 + sys-fabric/libibmad
37 + sys-fabric/librdmacm"
38 DEPEND="${RDEPEND}"
39
40 S="${WORKDIR}/mvapich2-${PV/_/-}"