Merge pull request #2757 from pentoo/updates20260505a

gr-tenna: minor fixups, missing dep
This commit is contained in:
github-actions[bot] 2026-05-05 18:29:51 +00:00 committed by GitHub
commit fb6e4286f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}