From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1650040-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 986D41581C1
	for <garchives@archives.gentoo.org>; Fri,  5 Jul 2024 16:50:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C87B72BC0BB;
	Fri,  5 Jul 2024 16:50:57 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A10932BC0BB
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jul 2024 16:50:57 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9C66C34068A
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jul 2024 16:50:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E4FBC7
	for <gentoo-commits@lists.gentoo.org>; Fri,  5 Jul 2024 16:50:55 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1720198246.38692a47dbf7121a85ff1300a017656354857b3c.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-im/neochat/neochat-23.08.5.ebuild
X-VCS-Directories: net-im/neochat/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 38692a47dbf7121a85ff1300a017656354857b3c
X-VCS-Branch: master
Date: Fri,  5 Jul 2024 16:50:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e9f22539-8a0c-42b1-9dc8-3e206bbf763f
X-Archives-Hash: b8a0be596362f122de57be14c85e4ad5

commit:     38692a47dbf7121a85ff1300a017656354857b3c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 16:49:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 16:50:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38692a47

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 <AT> gentoo.org>

 net-im/neochat/neochat-23.08.5.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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
+)