From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A51058974 for ; Wed, 3 Feb 2016 23:00:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4753A21C00E; Wed, 3 Feb 2016 23:00:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE36221C001 for ; Wed, 3 Feb 2016 23:00:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FACA340997 for ; Wed, 3 Feb 2016 23:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D1AE8F8 for ; Wed, 3 Feb 2016 23:00:25 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1454540405.f8007ea825aa6b53f100b568cd9b8f07f995ab09.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/ubertooth/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/ubertooth/ubertooth-9999.ebuild X-VCS-Directories: net-wireless/ubertooth/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: f8007ea825aa6b53f100b568cd9b8f07f995ab09 X-VCS-Branch: master Date: Wed, 3 Feb 2016 23:00:25 +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: a1bb772a-568b-4e93-ae21-464de93e5ef8 X-Archives-Hash: e4f689157f461715b01d17cb1c3dfd3e commit: f8007ea825aa6b53f100b568cd9b8f07f995ab09 Author: Zero_Chaos gentoo org> AuthorDate: Wed Feb 3 22:58:55 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Feb 3 23:00:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8007ea8 net-wireless/ubertooth: fixup live ebuild and static-libs Package-Manager: portage-2.2.27 net-wireless/ubertooth/ubertooth-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net-wireless/ubertooth/ubertooth-9999.ebuild b/net-wireless/ubertooth/ubertooth-9999.ebuild index 935e433..fe19eff 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 )