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 7418215800A for ; Sat, 19 Aug 2023 07:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93E002BC04D; Sat, 19 Aug 2023 07:30:54 +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 7AFB62BC04D for ; Sat, 19 Aug 2023 07:30:54 +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 8E95C33BEBB for ; Sat, 19 Aug 2023 07:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B19EFCE for ; Sat, 19 Aug 2023 07:30:52 +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: <1692430211.05093bd9e4ba80898f82e7efcc6f06bfbb4923de.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfigwidgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild X-VCS-Directories: kde-frameworks/kconfigwidgets/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 05093bd9e4ba80898f82e7efcc6f06bfbb4923de X-VCS-Branch: master Date: Sat, 19 Aug 2023 07:30:52 +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: c78f525b-9823-4e35-b5cd-1885a2bb66d1 X-Archives-Hash: cb3231c10c5e2eabf1337b4ec3262cf1 commit: 05093bd9e4ba80898f82e7efcc6f06bfbb4923de Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 31 19:49:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 19 07:30:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=05093bd9 kde-frameworks/kconfigwidgets: Disable broken kstandardactiontest Closes: https://bugs.gentoo.org/864250 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild index 27b9a2f7a3..f21a3472dd 100644 --- a/kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild +++ b/kde-frameworks/kconfigwidgets/kconfigwidgets-5.9999.ebuild @@ -38,3 +38,12 @@ src_configure() { ecm_src_configure } + +src_test() { + # bugs: 864250 + local myctestargs=( + -E "(kstandardactiontest)" + ) + + ecm_src_test +}