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 0357B138359 for ; Tue, 24 Nov 2020 18:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DF12E083B; Tue, 24 Nov 2020 18:22:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02598E083B for ; Tue, 24 Nov 2020 18:22:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CDBB340F80 for ; Tue, 24 Nov 2020 18:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CD203A2 for ; Tue, 24 Nov 2020 18:22:50 +0000 (UTC) From: "Rick 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, "Rick Farina" Message-ID: <1606242170.56df5b8fe588b919247411f00c4570af80fea02a.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-osmosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild X-VCS-Directories: net-wireless/gr-osmosdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 56df5b8fe588b919247411f00c4570af80fea02a X-VCS-Branch: master Date: Tue, 24 Nov 2020 18:22:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6097084a-3790-423f-b8fe-af02f2bb13d2 X-Archives-Hash: ccb0eaca72352b69300c7ef78c764718 commit: 56df5b8fe588b919247411f00c4570af80fea02a Author: Rick Farina gentoo org> AuthorDate: Tue Nov 24 18:22:38 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Nov 24 18:22:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56df5b8f net-wireless/gr-osmosdr: upstream removed miri git is currently broken, but this change is still right Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index 9c632a04463..00b281ec675 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-3" SLOT="0/${PV}" -IUSE="airspy bladerf hackrf iqbalance mirisdr python rtlsdr sdrplay soapy uhd" +IUSE="airspy bladerf hackrf iqbalance python rtlsdr sdrplay soapy uhd" RDEPEND="${PYTHON_DEPS} dev-libs/boost:= @@ -29,7 +29,6 @@ RDEPEND="${PYTHON_DEPS} bladerf? ( >=net-wireless/bladerf-2018.08_rc1:= ) hackrf? ( net-libs/libhackrf:= ) iqbalance? ( net-wireless/gr-iqbal:=[${PYTHON_SINGLE_USEDEP}] ) - mirisdr? ( net-libs/libmirisdr:= ) rtlsdr? ( >=net-wireless/rtl-sdr-0.5.4:= ) sdrplay? ( net-wireless/sdrplay ) soapy? ( net-wireless/soapysdr:= ) @@ -47,7 +46,6 @@ src_configure() { -DENABLE_BLADERF="$(usex bladerf)" -DENABLE_HACKRF="$(usex hackrf)" -DENABLE_IQBALANCE="$(usex iqbalance)" - -DENABLE_MIRI="$(usex mirisdr)" -DENABLE_PYTHON="$(usex python)" -DENABLE_RTL="$(usex rtlsdr)" -DENABLE_RTL_TCP="$(usex rtlsdr)"