From 38692a47dbf7121a85ff1300a017656354857b3c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 5 Jul 2024 18:49:26 +0200 Subject: net-im/neochat: Disable broken texthandlertest Fixed in ~arch already, more info in the bug. Bug: https://bugs.gentoo.org/909816 Signed-off-by: Andreas Sturmlechner --- net-im/neochat/neochat-23.08.5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-im') diff --git a/net-im/neochat/neochat-23.08.5.ebuild b/net-im/neochat/neochat-23.08.5.ebuild index 468a4b99124e..4d3d2449ad44 100644 --- a/net-im/neochat/neochat-23.08.5.ebuild +++ b/net-im/neochat/neochat-23.08.5.ebuild @@ -52,3 +52,8 @@ RDEPEND="${DEPEND} >=kde-frameworks/purpose-${KFMIN}:5 " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 909816 + texthandlertest +) -- cgit v1.2.3-65-gdbad