summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2016-02-03 17:58:55 -0500
committerZero_Chaos <zerochaos@gentoo.org>2016-02-03 18:00:05 -0500
commitf8007ea825aa6b53f100b568cd9b8f07f995ab09 (patch)
treec24913776f3ea7e76cd4f8edabd840809aa3bf73 /net-wireless
parentnet-libs/libbtbb: live updates, fix static-libs deps (diff)
downloadgentoo-f8007ea825aa6b53f100b568cd9b8f07f995ab09.tar.gz
gentoo-f8007ea825aa6b53f100b568cd9b8f07f995ab09.tar.bz2
gentoo-f8007ea825aa6b53f100b568cd9b8f07f995ab09.zip
net-wireless/ubertooth: fixup live ebuild and static-libs
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/ubertooth/ubertooth-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild
index 935e433a7298..fe19effa879b 100644
--- a/net-wireless/ubertooth/ubertooth-9999.ebuild
+++ b/net-wireless/ubertooth/ubertooth-9999.ebuild
@@ -13,14 +13,13 @@ HOMEPAGE="http://ubertooth.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="+bluez +specan static static-libs +pcap +ubertooth1-firmware +udev"
-REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )
- static? ( static-libs )"
+IUSE="+bluez +specan static-libs +pcap +ubertooth1-firmware +udev"
+REQUIRED_USE="specan? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="bluez? ( net-wireless/bluez:= )
>=net-libs/libbtbb-${PV}:=[static-libs?]
pcap? ( net-libs/libbtbb[pcap] )
specan? ( ${PYTHON_DEPS} )
- static? ( dev-libs/libusb[static-libs] )
+ static-libs? ( dev-libs/libusb[static-libs] )
virtual/libusb:1="
RDEPEND="${DEPEND}
specan? ( >=dev-qt/qtgui-4.7.2:4
@@ -59,7 +58,6 @@ src_configure() {
$(cmake-utils_use_enable bluez USE_BLUEZ)
$(cmake-utils_use pcap USE_PCAP)
$(cmake-utils_use static-libs BUILD_STATIC_LIB)
- $(cmake-utils_use static BUILD_STATIC_BINS)
$(cmake-utils_use_enable udev INSTALL_UDEV_RULES)
-DENABLE_PYTHON=false
)