Skip to content

Commit

Permalink
kde-frameworks/kpackage: Don't run tests in parallel
Browse files Browse the repository at this point in the history
Gentoo-bug: 606942
Closes: gentoo#3609

Package-Manager: portage-2.3.1

Signed-off-by: Johannes Huber <[email protected]>
  • Loading branch information
awilfox authored and johu committed Jan 25, 2017
1 parent 1c4e8ca commit bc58c63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kde-frameworks/kpackage/kpackage-5.29.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ src_configure() {

kde5_src_configure
}

src_test() {
# tests cannot be run in parallel #606942
local myctestargs=(
-j1
)

kde5_src_test
}

0 comments on commit bc58c63

Please sign in to comment.