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 9969715A7D9 for ; Thu, 23 Mar 2023 14:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2A09E07C5; Thu, 23 Mar 2023 14:44:52 +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 1AC4AE07C5 for ; Thu, 23 Mar 2023 14:44:52 +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 13534335CF7 for ; Thu, 23 Mar 2023 14:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DDF24A2 for ; Thu, 23 Mar 2023 14:44:49 +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: <1679581628.c76048c722888ba851f9a07a0014ed3169190c74.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c76048c722888ba851f9a07a0014ed3169190c74 X-VCS-Branch: master Date: Thu, 23 Mar 2023 14:44:49 +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: 56a21477-a1e4-47c0-922c-b0cbbd7ea4f4 X-Archives-Hash: fb8ad601f7c91235a4b31d1fda1c6a38 commit: c76048c722888ba851f9a07a0014ed3169190c74 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 12:12:30 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 14:27:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c76048c7 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-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 167ed0a6f9..335321b02b 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.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