2016-06-30 09:06:58 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2017-02-27 14:33:07 +03:00
|
|
|
# $Id: 995c68e8acd3ff1c1295e5304bd893cc65a3c544 $
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-04-16 13:19:26 +04:00
|
|
|
EAPI="5"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
2014-04-16 13:19:26 +04:00
|
|
|
OFED_VER="3.12"
|
|
|
|
OFED_RC="1"
|
|
|
|
OFED_RC_VER="1"
|
|
|
|
OFED_SUFFIX="1"
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
inherit openib
|
|
|
|
|
|
|
|
DESCRIPTION="OpenIB userspace driver for Mellanox InfiniBand HCAs"
|
|
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux"
|
|
|
|
IUSE=""
|
|
|
|
|
2016-06-30 09:06:58 +03:00
|
|
|
DEPEND="sys-fabric/libibverbs:${SLOT}"
|
2011-11-09 11:33:19 +04:00
|
|
|
RDEPEND="${DEPEND}
|
2016-06-30 09:06:58 +03:00
|
|
|
!sys-fabric/openib-userspace"
|
2012-04-19 09:19:22 +04:00
|
|
|
block_other_ofed_versions
|