mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
Merge pull request #2757 from pentoo/updates20260505a
gr-tenna: minor fixups, missing dep
This commit is contained in:
commit
fb6e4286f8
1 changed files with 4 additions and 3 deletions
|
|
@ -22,21 +22,22 @@ fi
|
|||
LICENSE="GPL-3 public-domain"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
net-wireless/gnuradio"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep 'dev-python/reedsolo[${PYTHON_USEDEP}]')"
|
||||
$(python_gen_cond_dep 'dev-python/reedsolo[${PYTHON_USEDEP}]')"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPYTHON_EXECUTABLE="${PYTHON}"
|
||||
-DGR_PYTHON_DIR="$(python_get_sitedir)"
|
||||
-DENABLE_DOXYGEN="OFF"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
[ -d "${ED}/usr/share/doc/${PN}" ] && mv "${ED}"/usr/share/doc/{"${PN}","${PF}"} || die
|
||||
python_optimize
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue