sys-cluster/mvapich2: Remove support for non-existent deps

This commit is contained in:
Michał Górny
2018-08-26 22:10:59 +02:00
parent 90c6252c1d
commit 89848c1ee8

View 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/_/-}"