mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
soapyhackrf: fix deps
This commit is contained in:
parent
e909e1ae96
commit
c0369011b2
1 changed files with 5 additions and 4 deletions
|
|
@ -19,10 +19,11 @@ KEYWORDS=""
|
|||
IUSE="python"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
DEPEND="net-wireless/soapysdr
|
||||
${RDEPEND}
|
||||
python? ( dev-lang/swig:0 )
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )
|
||||
net-wireless/soapysdr
|
||||
net-wireless/hackrf"
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-lang/swig:0 )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue