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 A90BB15A7D9 for ; Thu, 23 Mar 2023 14:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2E3E0837; Thu, 23 Mar 2023 14:47:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35D69E0837 for ; Thu, 23 Mar 2023 14:47:12 +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 B57F3340C3C for ; Thu, 23 Mar 2023 14:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347584A2 for ; Thu, 23 Mar 2023 14:47:09 +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: <1679582810.a05faf1f1b666aaf2c4bf5b831370d6c3c45d470.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/pimcommon/pimcommon-22.12.3.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a05faf1f1b666aaf2c4bf5b831370d6c3c45d470 X-VCS-Branch: master Date: Thu, 23 Mar 2023 14:47:09 +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: f3e6b52c-110e-4d3f-a94d-cc810c1eb662 X-Archives-Hash: b14bd8e334b05f7623c21332a6baea3c commit: a05faf1f1b666aaf2c4bf5b831370d6c3c45d470 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 12:12:30 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 14:46:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05faf1f kde-apps/pimcommon: Broken test was renamed Upstream commit c4f0d67d0bac0d52cfe66e35c780ef4f4f3c58ec Bug: https://bugs.gentoo.org/661330 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pimcommon/pimcommon-22.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild index 9249cce9e3ad..b2244866d5a7 100644 --- a/kde-apps/pimcommon/pimcommon-22.12.3.ebuild +++ b/kde-apps/pimcommon/pimcommon-22.12.3.ebuild @@ -54,7 +54,7 @@ DEPEND="${RDEPEND}" src_test() { # bugs 641730, 661330 local myctestargs=( - -E "(autocorrectiontest|pimcommon-translator-translatortest)" + -E "(autocorrectiontest|pimcommon-translator-translatorwidgettest)" ) ecm_src_test