diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-05 18:49:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-05 18:50:46 +0200 |
commit | 38692a47dbf7121a85ff1300a017656354857b3c (patch) | |
tree | 877add82c7b186d4cba7987216f05dcc6bbf23cd /net-im | |
parent | media-gfx/graphviz: Stabilize 11.0.0 ppc, #935533 (diff) | |
download | gentoo-38692a47dbf7121a85ff1300a017656354857b3c.tar.gz gentoo-38692a47dbf7121a85ff1300a017656354857b3c.tar.bz2 gentoo-38692a47dbf7121a85ff1300a017656354857b3c.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/neochat/neochat-23.08.5.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 +) |