libocrdma-1.0.2.ebuild 416 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. OFED_VER="3.12"
  5. OFED_RC="1"
  6. OFED_RC_VER="1"
  7. OFED_SUFFIX="1"
  8. inherit openib
  9. DESCRIPTION="OpenIB userspace driver for Emulex OneConnect RDMA"
  10. KEYWORDS="~amd64 ~x86 ~amd64-linux"
  11. IUSE=""
  12. DEPEND="
  13. sys-fabric/libibverbs:${SLOT}
  14. "
  15. RDEPEND="
  16. !sys-fabric/openib-userspace"
  17. block_other_ofed_versions