diff options
author | Sam James <sam@gentoo.org> | 2022-07-06 02:01:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-06 02:01:29 +0100 |
commit | f6c386b81bb3a418534302e84da56639f3e4b0b3 (patch) | |
tree | eba5da8c2be8848f9d2cf5cb150b63ef1fce64ec /net-libs/libnice | |
parent | x11-misc/polybar: Stabilize 3.6.3 x86, #856619 (diff) | |
download | gentoo-f6c386b81bb3a418534302e84da56639f3e4b0b3.tar.gz gentoo-f6c386b81bb3a418534302e84da56639f3e4b0b3.tar.bz2 gentoo-f6c386b81bb3a418534302e84da56639f3e4b0b3.zip |
net-libs/libnice: skip test-set-port-range test
Broken with network-sandbox.
Closes: https://bugs.gentoo.org/847844
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/libnice-0.1.19.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net-libs/libnice/libnice-0.1.19.ebuild b/net-libs/libnice/libnice-0.1.19.ebuild index 5efd575ca86d..9c6dbee1ec9d 100644 --- a/net-libs/libnice/libnice-0.1.19.ebuild +++ b/net-libs/libnice/libnice-0.1.19.ebuild @@ -29,6 +29,13 @@ BDEPEND=" app-text/docbook-xml-dtd:4.1.2 ) " +src_prepare() { + default + + # Broken w/ network-sandbox on (bug #847844) + sed -i -e '/test-set-port-range/d' tests/meson.build || die +} + multilib_src_configure() { # gstreamer plugin split off into media-plugins/gst-plugins-libnice local emesonargs=( |