mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
pentoo-radio: drop urh to extra while troubleshooting
This commit is contained in:
parent
2e65cc5a9c
commit
64dae4fb57
1 changed files with 6 additions and 4 deletions
|
|
@ -1,15 +1,15 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Radio tools for pentoo"
|
||||
HOMEPAGE="pentoo.ch"
|
||||
HOMEPAGE="pentoo.org"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="+bladerf bluetooth +hackrf +limesdr pentoo-full +plutosdr pulseaudio +rtlsdr +uhd"
|
||||
IUSE="+bladerf bluetooth +hackrf +limesdr pentoo-extra pentoo-full +plutosdr pulseaudio +rtlsdr +uhd"
|
||||
|
||||
PDEPEND="net-wireless/gnuradio[uhd?]
|
||||
net-wireless/gqrx
|
||||
|
|
@ -58,9 +58,11 @@ PDEPEND="net-wireless/gnuradio[uhd?]
|
|||
net-wireless/qspectrumanalyzer
|
||||
net-wireless/rx_tools
|
||||
uhd? ( net-wireless/uhd )
|
||||
net-wireless/urh
|
||||
media-radio/gpredict
|
||||
net-wireless/jackit
|
||||
)
|
||||
pentoo-extra? (
|
||||
net-wireless/urh
|
||||
)"
|
||||
|
||||
#no python3 yet
|
||||
Loading…
Reference in a new issue