Skip to content

Commit

Permalink
kde-plasma/ksystemstats: Drop virtualx and restrict failing test instead
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 11, 2024
1 parent 0e8d9a5 commit d859fe2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions kde-plasma/ksystemstats/ksystemstats-6.2.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ECM_TEST="forceoptional"
KFMIN=6.6.0
PVCUT=$(ver_cut 1-3)
QTMIN=6.7.2
VIRTUALX_REQUIRED="test" # bug 909312 (test fails)
inherit ecm plasma.kde.org virtualx
inherit ecm plasma.kde.org

DESCRIPTION="Plugin-based system monitoring daemon"

Expand Down Expand Up @@ -42,3 +41,8 @@ src_configure() {
)
ecm_src_configure
}

CMAKE_SKIP_TESTS=(
# bug 909312, needs virtualx but we don't care
ksystemstatstest
)
8 changes: 6 additions & 2 deletions kde-plasma/ksystemstats/ksystemstats-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ ECM_TEST="forceoptional"
KFMIN=9999
PVCUT=$(ver_cut 1-3)
QTMIN=6.7.2
VIRTUALX_REQUIRED="test" # bug 909312 (test fails)
inherit ecm plasma.kde.org virtualx
inherit ecm plasma.kde.org

DESCRIPTION="Plugin-based system monitoring daemon"

Expand Down Expand Up @@ -42,3 +41,8 @@ src_configure() {
)
ecm_src_configure
}

CMAKE_SKIP_TESTS=(
# bug 909312, needs virtualx but we don't care
ksystemstatstest
)

0 comments on commit d859fe2

Please sign in to comment.