commit:     178f4ca55aa367de2addbfcb877073d41b8a37a6
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 00:37:41 2022 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> 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 <zerochaos <AT> 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]
+               >=net-wireless/gnuradio-3.10:0[audio,analog,filter,network]
+       )
        >=net-wireless/gr-osmosdr-0.1.0:=
        dev-libs/boost:=
        dev-libs/log4cpp:=

Reply via email to