| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibcm/libibcm-1.0.5-r1.ebuild,v 1.1 2012/04/18 16:40:56 alexxy Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
OFED_VER="1.5.4.1"
|
| 8 |
OFED_SUFFIX="1"
|
| 9 |
|
| 10 |
inherit openib
|
| 11 |
|
| 12 |
DESCRIPTION="IB CM pre-connection service application"
|
| 13 |
KEYWORDS="~amd64 ~x86 ~amd64-linux"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="sys-infiniband/libibverbs:${SLOT}"
|
| 17 |
DEPEND="${RDEPEND}"
|
| 18 |
block_other_ofed_versions
|