sys-fabric/ofed: Remove support for non-existent deps

This commit is contained in:
Michał Górny
2018-08-26 22:12:01 +02:00
parent 89848c1ee8
commit 763bf3a84c
3 changed files with 1 additions and 7 deletions

View File

@@ -72,10 +72,6 @@ net-analyzer/scapy visual
# net-dns/hesiod will be removed (#606652)
sys-freebsd/freebsd-lib hesiod
# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
# sys-fabric/mstflint will be removed (#594908)
sys-fabric/ofed mstflint
# Lars Wendler <polynomial-c@gentoo.org> (14 Mar 2018)
# Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
# no active upstream anymore.

View File

@@ -9,7 +9,6 @@
<flag name="dapl">Add support for DAPL abstraction layer</flag>
<flag name="diags">Add dignostic tools for infiniband</flag>
<flag name="ibacm">Add support for userspace pre-connection services</flag>
<flag name="mstflint">Tools to burn Mellanox firmware</flag>
<flag name="opensm">Add OpenSM - Subnet manager for infiniband</flag>
<flag name="perftest">Add perftest utils</flag>
<flag name="qperf">Add rdma tests</flag>

View File

@@ -24,7 +24,7 @@ inherit openib udev toolchain-funcs
DESCRIPTION="OpenIB system files"
KEYWORDS="amd64 ~x86 ~amd64-linux"
IUSE="dapl +diags ibacm mstflint +opensm perftest qperf rds srp ${IUSE_OFED_DRIVERS}"
IUSE="dapl +diags ibacm +opensm perftest qperf rds srp ${IUSE_OFED_DRIVERS}"
RDEPEND="!sys-fabric/openib
!sys-fabric/openib-files
@@ -35,7 +35,6 @@ RDEPEND="!sys-fabric/openib
dapl? ( sys-fabric/dapl:${SLOT} )
diags? ( sys-fabric/infiniband-diags:${SLOT} )
ibacm? ( sys-fabric/ibacm:${SLOT} )
mstflint? ( sys-fabric/mstflint:${SLOT} )
opensm? ( sys-fabric/opensm:${SLOT} )
perftest? ( sys-fabric/perftest:${SLOT} )
qperf? ( sys-fabric/qperf:${SLOT} )