Skip to content

Commit

Permalink
kde-apps/kimap: Fix parallel test failure
Browse files Browse the repository at this point in the history
Gentoo-bug: 605586

Reported-by: Paolo Pedroni <[email protected]>

Package-Manager: portage-2.3.0
  • Loading branch information
a17r committed Jan 24, 2017
1 parent b688a54 commit 6654627
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kde-apps/kimap/kimap-16.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ DEPEND="
dev-libs/cyrus-sasl
"
RDEPEND="${DEPEND}"

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

kde5_src_test
}

0 comments on commit 6654627

Please sign in to comment.