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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 140AE15817D for ; Sun, 9 Jun 2024 18:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ED65E2A4D; Sun, 9 Jun 2024 18:28:43 +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 188E6E2A51 for ; Sun, 9 Jun 2024 18:28:42 +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 F2DF9342F93 for ; Sun, 9 Jun 2024 18:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C981A4A for ; Sun, 9 Jun 2024 18:28:40 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717920285.2a0ce73a7d26230e97863388fc880ef2fba379d4.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-nntp/pan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-nntp/pan/pan-0.159.ebuild X-VCS-Directories: net-nntp/pan/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 2a0ce73a7d26230e97863388fc880ef2fba379d4 X-VCS-Branch: master Date: Sun, 9 Jun 2024 18:28:40 +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: de218293-05bf-41b8-b38d-cb22de62aa46 X-Archives-Hash: 7aee51ef28b7d119bb9f485cecfd22de commit: 2a0ce73a7d26230e97863388fc880ef2fba379d4 Author: Joe Kappus wt gd> AuthorDate: Sun Jun 9 08:04:45 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Jun 9 08:04:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a0ce73a net-nntp/pan: disable tests Since they fail and I hate cmake. Closes: https://bugs.gentoo.org/933860 Signed-off-by: Joe Kappus wt.gd> net-nntp/pan/pan-0.159.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-nntp/pan/pan-0.159.ebuild b/net-nntp/pan/pan-0.159.ebuild index 16dddf936..e6df925c9 100644 --- a/net-nntp/pan/pan-0.159.ebuild +++ b/net-nntp/pan/pan-0.159.ebuild @@ -69,3 +69,8 @@ src_install() { } + +src_test() { + # not doing tests. Bug #933860 + einfo "Skipping tests..." +}