From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C9CE1581F3 for ; Tue, 3 Dec 2024 20:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CB75E0819; Tue, 3 Dec 2024 20:34:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5621BE0819 for ; Tue, 3 Dec 2024 20:34:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BFAB340C43 for ; Tue, 3 Dec 2024 20:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF7E9AED for ; Tue, 3 Dec 2024 20:34:16 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1733258037.cd2cc76bb2c487121a81a1724d1aff76b3051625.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-24.08.1-r2.ebuild net-im/neochat/neochat-24.08.3.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cd2cc76bb2c487121a81a1724d1aff76b3051625 X-VCS-Branch: master Date: Tue, 3 Dec 2024 20:34:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15dbda2b-3f95-433d-82e5-b2ba8d14f22a X-Archives-Hash: 16c591f46fc3ce16c9b54e1aff1c3ae9 commit: cd2cc76bb2c487121a81a1724d1aff76b3051625 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 3 20:24:11 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 3 20:33:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2cc76b net-im/neochat: Disable broken tests Closes: https://bugs.gentoo.org/909816 Closes: https://bugs.gentoo.org/938530 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-24.08.1-r2.ebuild | 7 +++++++ net-im/neochat/neochat-24.08.3.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/net-im/neochat/neochat-24.08.1-r2.ebuild b/net-im/neochat/neochat-24.08.1-r2.ebuild index fe69c98b2db2..c271f6e4352a 100644 --- a/net-im/neochat/neochat-24.08.1-r2.ebuild +++ b/net-im/neochat/neochat-24.08.1-r2.ebuild @@ -57,3 +57,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/prison-${KFMIN}:6[qml] " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 938530, i18n bs + eventhandlertest + # bug 909816, tries access /proc/PID/mem + texthandlertest # ki18n (KLocalizedString) failure +) diff --git a/net-im/neochat/neochat-24.08.3.ebuild b/net-im/neochat/neochat-24.08.3.ebuild index eab060dd1363..5209b67bb8a5 100644 --- a/net-im/neochat/neochat-24.08.3.ebuild +++ b/net-im/neochat/neochat-24.08.3.ebuild @@ -57,3 +57,10 @@ RDEPEND="${DEPEND} >=kde-frameworks/prison-${KFMIN}:6[qml] " BDEPEND="virtual/pkgconfig" + +CMAKE_SKIP_TESTS=( + # bug 938530, i18n bs + eventhandlertest + # bug 909816, tries access /proc/PID/mem + texthandlertest # ki18n (KLocalizedString) failure +)