projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b688a54
)
kde-apps/kimap: Fix parallel test failure
author
Andreas Sturmlechner
<asturm@gentoo.org>
Mon, 23 Jan 2017 23:57:17 +0000
(
00:57
+0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Tue, 24 Jan 2017 00:25:28 +0000
(
01:25
+0100)
Gentoo-bug: 605586
Reported-by: Paolo Pedroni <paolo.pedroni@iol.it>
Package-Manager: portage-2.3.0
kde-apps/kimap/kimap-16.12.1.ebuild
patch
|
blob
|
history
diff --git
a/kde-apps/kimap/kimap-16.12.1.ebuild
b/kde-apps/kimap/kimap-16.12.1.ebuild
index 54da4634075ea6841b944ae6bcd998fe66e84aa6..34def0410e74feaf88d774f84cf806d9165c9341 100644
(file)
--- a/
kde-apps/kimap/kimap-16.12.1.ebuild
+++ b/
kde-apps/kimap/kimap-16.12.1.ebuild
@@
-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
+}