diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 22:10:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 22:10:59 +0200 |
commit | 89848c1ee88a41e204ed689cb95d73f6328533fc (patch) | |
tree | 031d7266f278b8c932e7d40a97f053a99327a3da /sys-cluster | |
parent | sys-block/thin-provisioning-tools: Remove support for non-existent deps (diff) | |
download | gentoo-89848c1ee88a41e204ed689cb95d73f6328533fc.tar.gz gentoo-89848c1ee88a41e204ed689cb95d73f6328533fc.tar.bz2 gentoo-89848c1ee88a41e204ed689cb95d73f6328533fc.zip |
sys-cluster/mvapich2: Remove support for non-existent deps
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mvapich2/mvapich2-1.6.ebuild | 13 |
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/_/-}" |