net-wireless/gnuradio: update comments

and prep for running tests
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina
2024-01-17 22:10:47 -05:00
parent 6baa55cb69
commit 18f04a72d3
2 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ fi
IUSE="+audio +alsa +analog +digital channels ctrlport doc dtv examples fec +filter grc iio jack modtool network oss performance-counters portaudio +qt5 sdl soapy test trellis uhd vocoder +utils wavelet zeromq"
#RESTRICT="!test? ( test )"
#Tests are known broken right now
# https://github.com/gnuradio/gnuradio/issues/7085
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -224,7 +224,8 @@ src_install() {
}
src_test() {
virtx cmake_src_test
# skip test which needs internet
virtx cmake_src_test -E metainfo_test
}
pkg_postinst() {

View File

@@ -24,7 +24,7 @@ fi
IUSE="+audio +alsa +analog +digital channels ctrlport doc dtv examples fec +filter grc iio jack modtool network oss performance-counters portaudio +qt5 sdl soapy test trellis uhd vocoder +utils wavelet zeromq"
#RESTRICT="!test? ( test )"
#Tests are known broken right now
# https://github.com/gnuradio/gnuradio/issues/7085
RESTRICT="test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -224,7 +224,8 @@ src_install() {
}
src_test() {
virtx cmake_src_test
# skip test which needs internet
virtx cmake_src_test -E metainfo_test
}
pkg_postinst() {