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@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@gentoo.org>
This commit is contained in:
Alfred Wingate 2025-07-17 15:00:37 +03:00 committed by Andreas Sturmlechner
parent b8a6e7fb47
commit 9721ea4659
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -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)