summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-10-26 11:00:06 +0200
committerJeroen Roovers <jer@gentoo.org>2016-10-26 11:04:11 +0200
commit23f755399b528a6a1a7439939fda05c956e715b8 (patch)
tree64dfeba6430c44f07c5bbb901a20bd743614717d /net-libs
parentnet-libs/libpcap: Default USB monitor name should not depend on local host. (diff)
downloadgentoo-23f755399b528a6a1a7439939fda05c956e715b8.tar.gz
gentoo-23f755399b528a6a1a7439939fda05c956e715b8.tar.bz2
gentoo-23f755399b528a6a1a7439939fda05c956e715b8.zip
net-libs/libpcap: Drop libusb dependency, mgmt.h include.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libpcap/libpcap-1.8.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libpcap/libpcap-1.8.1.ebuild b/net-libs/libpcap/libpcap-1.8.1.ebuild
index 5231472dd09f..43e4ad3f9ef3 100644
--- a/net-libs/libpcap/libpcap-1.8.1.ebuild
+++ b/net-libs/libpcap/libpcap-1.8.1.ebuild
@@ -23,9 +23,9 @@ RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
- usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
sys-devel/flex
virtual/yacc
dbus? ( virtual/pkgconfig[${MULTILIB_USEDEP}] )
@@ -44,8 +44,8 @@ PATCHES=(
src_prepare() {
default
- mkdir bluetooth || die
- cp "${FILESDIR}"/mgmt.h bluetooth/ || die
+# mkdir bluetooth || die
+# cp "${FILESDIR}"/mgmt.h bluetooth/ || die
eapply_user