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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46948158094 for ; Mon, 8 Aug 2022 00:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CA16E0B94; Mon, 8 Aug 2022 00:39:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5FC2E0B89 for ; Mon, 8 Aug 2022 00:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C09FE340EFD for ; Mon, 8 Aug 2022 00:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FAE562 for ; Mon, 8 Aug 2022 00:39:16 +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: <1659919061.178f4ca55aa367de2addbfcb877073d41b8a37a6.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gqrx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gqrx/gqrx-9999.ebuild X-VCS-Directories: net-wireless/gqrx/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 178f4ca55aa367de2addbfcb877073d41b8a37a6 X-VCS-Branch: master Date: Mon, 8 Aug 2022 00:39: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dcbea0a-767c-4863-ba17-419eb0558c81 X-Archives-Hash: 9afe559fc9cbd88232095c715cd59c1f commit: 178f4ca55aa367de2addbfcb877073d41b8a37a6 Author: Rick Farina gentoo org> AuthorDate: Mon Aug 8 00:37:41 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Aug 8 00:37:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178f4ca5 net-wireless/gqrx: sync live with latest release Signed-off-by: Rick Farina gentoo.org> net-wireless/gqrx/gqrx-9999.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net-wireless/gqrx/gqrx-9999.ebuild b/net-wireless/gqrx/gqrx-9999.ebuild index ec213fc9569c..23c9c275d130 100644 --- a/net-wireless/gqrx/gqrx-9999.ebuild +++ b/net-wireless/gqrx/gqrx-9999.ebuild @@ -9,10 +9,10 @@ DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt" HOMEPAGE="https://gqrx.dk/" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/csete/gqrx.git" + EGIT_REPO_URI="https://github.com/gqrx-sdr/gqrx.git" inherit git-r3 else - SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/gqrx-sdr/gqrx/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~riscv ~x86" fi @@ -21,7 +21,11 @@ SLOT="0" IUSE="gr-audio portaudio pulseaudio" REQUIRED_USE="^^ ( pulseaudio portaudio gr-audio )" -DEPEND=">=net-wireless/gnuradio-3.7_rc:=[audio,analog,filter] +DEPEND=" + || ( + =net-wireless/gnuradio-3.10:0[audio,analog,filter,network] + ) >=net-wireless/gr-osmosdr-0.1.0:= dev-libs/boost:= dev-libs/log4cpp:=