Merge branch 'pentoo:master' into master

This commit is contained in:
Anton Bolshakov 2026-05-06 08:03:11 +08:00 committed by GitHub
commit f1c1ce34d8
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
}