blob: ae2cb44caf5dcca7ed97a07452e5f78117e38d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libehca/libehca-1.2.2-r1.ebuild,v 1.1 2012/04/18 16:40:35 alexxy Exp $
EAPI="4"
OFED_VER="1.5.4.1"
OFED_SUFFIX="0.1.g69e1a88"
OFED_SNAPSHOT="1"
inherit openib
DESCRIPTION="OpenIB - IBM eServer eHCA Infiniband device driver for Linux on POWER"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
DEPEND="sys-infiniband/libibverbs:${SLOT}"
RDEPEND="${DEPEND}"
block_other_ofed_versions
|