commit:     9721ea4659ebb7fa25bc8782a00b11f291df2b0b
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Thu Jul 17 12:00:37 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/kde/pull/1058
Closes: https://github.com/gentoo/kde/pull/1058
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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)

Reply via email to