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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABBA4158083 for ; Fri, 13 Sep 2024 17:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41F7E29AA; Fri, 13 Sep 2024 17:41:03 +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 C5321E29AA for ; Fri, 13 Sep 2024 17:41:03 +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 C8FDA33FE49 for ; Fri, 13 Sep 2024 17:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 392F827DE for ; Fri, 13 Sep 2024 17:41:01 +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: <1726249204.7856b065c4a6d57a58096352a098e403ea8440f5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kpackage/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kpackage/kpackage-9999.ebuild X-VCS-Directories: kde-frameworks/kpackage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7856b065c4a6d57a58096352a098e403ea8440f5 X-VCS-Branch: master Date: Fri, 13 Sep 2024 17:41:01 +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: e6d7a1ba-1d8c-4965-8209-7469470da741 X-Archives-Hash: e2041293a9306c17a51f7e61b3127c77 commit: 7856b065c4a6d57a58096352a098e403ea8440f5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 13 17:40:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 13 17:40:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7856b065 kde-frameworks/kpackage: Re-disable plasmoidpackagetest Bug: https://bugs.gentoo.org/939041 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpackage/kpackage-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kpackage/kpackage-9999.ebuild b/kde-frameworks/kpackage/kpackage-9999.ebuild index 0a7fe2db41..79ccc861f1 100644 --- a/kde-frameworks/kpackage/kpackage-9999.ebuild +++ b/kde-frameworks/kpackage/kpackage-9999.ebuild @@ -23,8 +23,8 @@ RDEPEND="${DEPEND}" BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )" CMAKE_SKIP_TESTS=( - # bug 650214 - plasma-plasmoidpackagetest + # bugs 650214, 939041 + plasmoidpackagetest # requires network access testpackage-appstream )