mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
b8a6e7fb47
commit
9721ea4659
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user