summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-19 21:43:06 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-19 21:47:38 +0100
commitb153f9e565097857c853c3e0c628ee41a5f7e8d0 (patch)
treefdbaebd0f5f97aac154a9987d4e858bd69e0185c /net-libs/libpcap/libpcap-9999.ebuild
parentnet-libs/libpcap: Disable RDMA support. (diff)
downloadgentoo-b153f9e565097857c853c3e0c628ee41a5f7e8d0.tar.gz
gentoo-b153f9e565097857c853c3e0c628ee41a5f7e8d0.tar.bz2
gentoo-b153f9e565097857c853c3e0c628ee41a5f7e8d0.zip
net-libs/libpcap: Add USE=rdma
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libpcap/libpcap-9999.ebuild')
-rw-r--r--net-libs/libpcap/libpcap-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libpcap/libpcap-9999.ebuild b/net-libs/libpcap/libpcap-9999.ebuild
index a6571d9395c0..b8aa26910221 100644
--- a/net-libs/libpcap/libpcap-9999.ebuild
+++ b/net-libs/libpcap/libpcap-9999.ebuild
@@ -13,13 +13,14 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-IUSE="bluetooth dbus netlink -remote static-libs usb -yydebug"
+IUSE="bluetooth dbus netlink rdma -remote static-libs usb -yydebug"
KEYWORDS=""
RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
+ rdma? ( sys-cluster/rdma-core )
usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
"
DEPEND="
@@ -45,6 +46,7 @@ multilib_src_configure() {
econf \
$(use_enable bluetooth) \
$(use_enable dbus) \
+ $(use_enable rdma) \
$(use_enable remote) \
$(use_enable usb) \
$(use_enable yydebug) \