From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6C39815808A for ; Thu, 17 Jul 2025 21:09:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DC414340F99 for ; Thu, 17 Jul 2025 21:09:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B1BF11102A2; Thu, 17 Jul 2025 21:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A70051102A2 for ; Thu, 17 Jul 2025 21:09:36 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58888340F1F for ; Thu, 17 Jul 2025 21:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E60B62F3A for ; Thu, 17 Jul 2025 21:09:34 +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: <1752786450.9721ea4659ebb7fa25bc8782a00b11f291df2b0b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kscreen/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kscreen/kscreen-6.4.3.ebuild X-VCS-Directories: kde-plasma/kscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9721ea4659ebb7fa25bc8782a00b11f291df2b0b X-VCS-Branch: master Date: Thu, 17 Jul 2025 21:09:34 +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: 0f255c79-cbbf-452f-ba85-6a18a6a24753 X-Archives-Hash: 3caf1709beb2136a0f771868540431fe commit: 9721ea4659ebb7fa25bc8782a00b11f291df2b0b Author: Alfred Wingate protonmail com> AuthorDate: Thu Jul 17 12:00:37 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 17 21:07:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9721ea46 kde-plasma/kscreen: re-enable tests The mentioned tests don't fail anymore, but another tests fails downstream and upstream. Just skip that instead of keeping it restricted. Bug: https://bugs.gentoo.org/580440 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1058 Closes: https://github.com/gentoo/kde/pull/1058 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kscreen/kscreen-6.4.3.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-plasma/kscreen/kscreen-6.4.3.ebuild b/kde-plasma/kscreen/kscreen-6.4.3.ebuild index f2f99bfa7186..51a12be4cf5d 100644 --- a/kde-plasma/kscreen/kscreen-6.4.3.ebuild +++ b/kde-plasma/kscreen/kscreen-6.4.3.ebuild @@ -16,9 +16,6 @@ SLOT="6" KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="X" -# bug #580440, last checked 5.6.3 -RESTRICT="test" - DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] @@ -47,6 +44,12 @@ RDEPEND="${DEPEND} " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" +CMAKE_SKIP_TESTS=( + # last checked 2025-07-17, also fails upstream + # FAIL! : TestConfig::testDisabledScreenConfig() Compared values are not the same + kscreen-kded-configtest +) + src_configure() { local mycmakeargs=( -DWITH_X11=$(usex X)