Skip to content

Commit

Permalink
kde-apps/libkleo: Set ecm_src_test -j1
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/946863
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 2, 2025
1 parent dc00989 commit ea801eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kde-apps/libkleo/libkleo-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-libs/boost
"

src_test() {
# parallel tests fail, bug 946863
ecm_src_test -j1
}
5 changes: 5 additions & 0 deletions kde-apps/libkleo/libkleo-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-libs/boost
"

src_test() {
# parallel tests fail, bug 946863
ecm_src_test -j1
}

0 comments on commit ea801eb

Please sign in to comment.