commit: f6912044485ce920de67a3463fa37c511b469031 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 17:30:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6912044
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.49.9999.ebuild | 9 ++++++--- kde-plasma/kscreen/kscreen-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/kde-plasma/kscreen/kscreen-6.4.49.9999.ebuild b/kde-plasma/kscreen/kscreen-6.4.49.9999.ebuild index b206df9880..68d3e67d7d 100644 --- a/kde-plasma/kscreen/kscreen-6.4.49.9999.ebuild +++ b/kde-plasma/kscreen/kscreen-6.4.49.9999.ebuild @@ -16,9 +16,6 @@ SLOT="6" KEYWORDS="" IUSE="X" -# bug #580440, last checked 5.6.3 -RESTRICT="test" - # slot op: Uses Qt6GuiPrivate and Qt6WaylandClientPrivate COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland,widgets] @@ -59,6 +56,12 @@ BDEPEND=" " BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10: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) diff --git a/kde-plasma/kscreen/kscreen-9999.ebuild b/kde-plasma/kscreen/kscreen-9999.ebuild index 213208e512..f55293ca8e 100644 --- a/kde-plasma/kscreen/kscreen-9999.ebuild +++ b/kde-plasma/kscreen/kscreen-9999.ebuild @@ -16,9 +16,6 @@ SLOT="6" KEYWORDS="" IUSE="X" -# bug #580440, last checked 5.6.3 -RESTRICT="test" - # slot op: Uses Qt6GuiPrivate and Qt6WaylandClientPrivate COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,wayland,widgets] @@ -59,6 +56,12 @@ BDEPEND=" " BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10: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)
