summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2015-03-19 21:51:22 +0000
committerRick Farina <zerochaos@gentoo.org>2015-03-19 21:51:22 +0000
commit0bd368cc1fde9240600228e215a1514ec47d2fd5 (patch)
tree12e49ff07853cb7861e52c85a916267bb0b09074 /net-wireless
parentDrop aisleriot as it will be removed (diff)
downloadgentoo-2-0bd368cc1fde9240600228e215a1514ec47d2fd5.tar.gz
gentoo-2-0bd368cc1fde9240600228e215a1514ec47d2fd5.tar.bz2
gentoo-2-0bd368cc1fde9240600228e215a1514ec47d2fd5.zip
update pcap dep properly. upstream should add some better flags for controlling it soon but this mostly works
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/ubertooth/ChangeLog6
-rw-r--r--net-wireless/ubertooth/ubertooth-9999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-wireless/ubertooth/ChangeLog b/net-wireless/ubertooth/ChangeLog
index 4b28fcf2304b..fcbb479b01c9 100644
--- a/net-wireless/ubertooth/ChangeLog
+++ b/net-wireless/ubertooth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/ubertooth
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ChangeLog,v 1.27 2015/03/18 18:37:24 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ChangeLog,v 1.28 2015/03/19 21:51:22 zerochaos Exp $
+
+ 19 Mar 2015; Rick Farina <zerochaos@gentoo.org> ubertooth-9999.ebuild:
+ update pcap dep properly. upstream should add some better flags for
+ controlling it soon but this mostly works
18 Mar 2015; Rick Farina <zerochaos@gentoo.org> ubertooth-9999.ebuild:
update live ebuild for new udev installation method
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild
index 957b8a83bcee..ac43c0574bb1 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.26 2015/03/18 18:37:24 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/ubertooth/ubertooth-9999.ebuild,v 1.27 2015/03/19 21:51:22 zerochaos Exp $
EAPI="5"
@@ -21,7 +21,7 @@ REQUIRED_USE="dfu? ( python )
python? ( || ( dfu specan ) )"
DEPEND="bluez? ( net-wireless/bluez:= )
>=net-libs/libbtbb-${PV}:=
- pcap? ( net-libs/libpcap:= )
+ pcap? ( net-libs/libbtbb[pcap] )
virtual/libusb:1="
RDEPEND="${DEPEND}
specan? ( >=dev-qt/qtgui-4.7.2:4