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 5A95C15800A for ; Mon, 31 Jul 2023 19:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89117E0C88; Mon, 31 Jul 2023 19:50:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6FC57E0C88 for ; Mon, 31 Jul 2023 19:50:07 +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 A5582340775 for ; Mon, 31 Jul 2023 19:50:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D76D5EA0 for ; Mon, 31 Jul 2023 19:50:04 +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: <1690832987.9ec7ceaf90d62e9162ef8aaf4ed05220b3b49cb3.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.108.0.ebuild X-VCS-Directories: kde-frameworks/kconfigwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ec7ceaf90d62e9162ef8aaf4ed05220b3b49cb3 X-VCS-Branch: master Date: Mon, 31 Jul 2023 19:50:04 +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: 0dc1fb50-d0cb-40a5-87c8-2a83538ed7fe X-Archives-Hash: 701fbe564230f5d88bff92a3c947f463 commit: 9ec7ceaf90d62e9162ef8aaf4ed05220b3b49cb3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 31 19:49:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jul 31 19:49:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec7ceaf kde-frameworks/kconfigwidgets: Disable broken kstandardactiontest Closes: https://bugs.gentoo.org/864250 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild index 56b716f8ff5d..b9e3ef2224f2 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.108.0.ebuild @@ -38,3 +38,12 @@ src_configure() { ecm_src_configure } + +src_test() { + # bugs: 864250 + local myctestargs=( + -E "(kstandardactiontest)" + ) + + ecm_src_test +}