summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 22:10:59 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 22:10:59 +0200
commit89848c1ee88a41e204ed689cb95d73f6328533fc (patch)
tree031d7266f278b8c932e7d40a97f053a99327a3da
parentsys-block/thin-provisioning-tools: Remove support for non-existent deps (diff)
downloadgentoo-89848c1e.tar.gz
gentoo-89848c1e.tar.bz2
gentoo-89848c1e.zip
sys-cluster/mvapich2: Remove support for non-existent deps
-rw-r--r--sys-cluster/mvapich2/mvapich2-1.6.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
index 31fec6cd3d00..caac58cb0d88 100644
--- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild
+++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -15,13 +15,10 @@ KEYWORDS="~x86 ~amd64"
IUSE="debug fortran large-cluster medium-cluster romio threads"
RDEPEND="
- || (
- (
- sys-fabric/libibverbs
- sys-fabric/libibumad
- sys-fabric/libibmad
- sys-fabric/librdmacm )
- sys-fabric/openib-userspace )"
+ sys-fabric/libibverbs
+ sys-fabric/libibumad
+ sys-fabric/libibmad
+ sys-fabric/librdmacm"
DEPEND="${RDEPEND}"
S="${WORKDIR}/mvapich2-${PV/_/-}"