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 6E17215800A for ; Sat, 19 Aug 2023 07:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65A9C2BC021; Sat, 19 Aug 2023 07:34:16 +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 4D3182BC021 for ; Sat, 19 Aug 2023 07:34:16 +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 33646340F40 for ; Sat, 19 Aug 2023 07:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D43A1FCE for ; Sat, 19 Aug 2023 07:34:13 +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: <1692430411.22c299c9d666c271de5bc6aef6e9006d47174338.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kconfigwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild X-VCS-Directories: kde-frameworks/kconfigwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22c299c9d666c271de5bc6aef6e9006d47174338 X-VCS-Branch: master Date: Sat, 19 Aug 2023 07:34:13 +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: 1af4910f-a009-48df-a8f4-912d41c8f659 X-Archives-Hash: 46d7c25572a233bc40c7193dfa8d0c7a commit: 22c299c9d666c271de5bc6aef6e9006d47174338 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 31 19:49:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 07:33:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c299c9 kde-frameworks/kconfigwidgets: Disable broken kstandardactiontest Closes: https://bugs.gentoo.org/864250 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild index 6063a5fd27c5..5bd3c0293d7a 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.109.0.ebuild @@ -38,3 +38,12 @@ src_configure() { ecm_src_configure } + +src_test() { + # bugs: 864250 + local myctestargs=( + -E "(kstandardactiontest)" + ) + + ecm_src_test +}