mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
gr-gsm: add missing dep
This commit is contained in:
parent
50ae55f7fc
commit
35be53871a
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ SLOT="0"
|
|||
IUSE="doc"
|
||||
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
net-wireless/gr-osmosdr
|
||||
dev-util/cppunit
|
||||
net-libs/libosmocore"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -36,5 +37,6 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue