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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7527D1581EC for ; Tue, 19 Nov 2024 17:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 928FCE07F1; Tue, 19 Nov 2024 17:58:42 +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 76D28E07F1 for ; Tue, 19 Nov 2024 17:58:42 +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 7211C340C7B for ; Tue, 19 Nov 2024 17:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F6A6D81 for ; Tue, 19 Nov 2024 17:58:39 +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: <1732039108.dc47e73e9c6299e7ed76a32a4fc75a248a4fd256.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpackage/kpackage-5.116.0.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dc47e73e9c6299e7ed76a32a4fc75a248a4fd256 X-VCS-Branch: master Date: Tue, 19 Nov 2024 17:58:39 +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: 9c661612-d249-42e9-a7c9-8bfeba39816f X-Archives-Hash: 03944bee41607e0b0e7d5a2905b8c8d9 commit: dc47e73e9c6299e7ed76a32a4fc75a248a4fd256 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 19 17:52:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 19 17:58:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc47e73e kde-frameworks/kpackage: Disable flaky plasma-querytest Closes: https://bugs.gentoo.org/943643 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpackage/kpackage-5.116.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kde-frameworks/kpackage/kpackage-5.116.0.ebuild b/kde-frameworks/kpackage/kpackage-5.116.0.ebuild index 2ecc5e42ca6b..c6ccd0f7363c 100644 --- a/kde-frameworks/kpackage/kpackage-5.116.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.116.0.ebuild @@ -25,10 +25,9 @@ DEPEND=" RDEPEND="${DEPEND}" CMAKE_SKIP_TESTS=( - # bug 650214 - plasma-plasmoidpackagetest - # requires network access - testpackage-appstream + plasma-plasmoidpackagetest # bug 650214 + testpackage-appstream # requires network access + plasma-querytest # bug 943643, fails randomly ) src_configure() {