commit: 6d5cda3751dbf1ccefb09b70b706f86cc6c02d2e Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Fri Jul 22 09:38:02 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 09:38:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5cda37
net-im/cawbird: skip tests that require the network Closes: https://bugs.gentoo.org/835706 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> net-im/cawbird/cawbird-1.5-r2.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-im/cawbird/cawbird-1.5-r2.ebuild b/net-im/cawbird/cawbird-1.5-r2.ebuild index 831986e3389c..356538a344b1 100644 --- a/net-im/cawbird/cawbird-1.5-r2.ebuild +++ b/net-im/cawbird/cawbird-1.5-r2.ebuild @@ -43,6 +43,13 @@ BDEPEND=" src_prepare() { default + + # Remove tests that require the network. + for test in avatardownload filters inlinemediadownloader \ + texttransform tweetparsing; do + sed -i "/${test}/d" tests/meson.build || die + done + vala_setup }
