From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1CFB813925F for ; Wed, 26 Oct 2016 09:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC9821C088; Wed, 26 Oct 2016 09:04:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB6B8E0B5F for ; Wed, 26 Oct 2016 09:04:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9808341645 for ; Wed, 26 Oct 2016 09:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF69C24A4 for ; Wed, 26 Oct 2016 09:04:16 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1477472651.23f755399b528a6a1a7439939fda05c956e715b8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpcap/libpcap-1.8.1.ebuild X-VCS-Directories: net-libs/libpcap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 23f755399b528a6a1a7439939fda05c956e715b8 X-VCS-Branch: master Date: Wed, 26 Oct 2016 09:04:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92e330de-1d2b-4259-87cf-e0527a289371 X-Archives-Hash: dc7affac5f12060a7560c51129de145f commit: 23f755399b528a6a1a7439939fda05c956e715b8 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Oct 26 09:00:06 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Oct 26 09:04:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f75539 net-libs/libpcap: Drop libusb dependency, mgmt.h include. Package-Manager: portage-2.3.2 net-libs/libpcap/libpcap-1.8.1.ebuild | 8 ++++---- 1 file 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 5231472..43e4ad3 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