Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Thu, 10 May 2018 15:57:35
Message-Id: 1525967832.5730315ddc76cf5d10e4c8c3352fe7fb41b1858e.asturm@gentoo
1 commit: 5730315ddc76cf5d10e4c8c3352fe7fb41b1858e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 15:52:51 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 15:57:12 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5730315d
7
8 kde-plasma/plasma-desktop: Don't run tests in parallel
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
16 index 0879ceca78..e45e261f63 100644
17 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
18 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild
19 @@ -140,8 +140,10 @@ src_configure() {
20 }
21
22 src_test() {
23 + # parallel tests hang, bug #646890
24 # needs D-Bus, bug #634166
25 local myctestargs=(
26 + -j1
27 -E "(test_kio_fonts)"
28 )