sys-cluster/mvapich2: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:10:59 +0000 (22:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 20:10:59 +0000 (22:10 +0200)
sys-cluster/mvapich2/mvapich2-1.6.ebuild

index 31fec6cd3d00880ea9674ad22cac230648574605..caac58cb0d88c507c4c8db052303ddcf2197eb61 100644 (file)
@@ -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/_/-}"