From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8ED411382C5 for ; Thu, 10 May 2018 15:57:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64B5E0938; Thu, 10 May 2018 15:57:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A71CBE0938 for ; Thu, 10 May 2018 15:57:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B12335C85 for ; Thu, 10 May 2018 15:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E063E for ; Thu, 10 May 2018 15:57:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1525967832.5730315ddc76cf5d10e4c8c3352fe7fb41b1858e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5730315ddc76cf5d10e4c8c3352fe7fb41b1858e X-VCS-Branch: master Date: Thu, 10 May 2018 15:57:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c50dbf9b-4c2b-43d4-bf19-b0fa6c31b3d0 X-Archives-Hash: 985c6e7e7309fdcb9c520cb8475f4e52 commit: 5730315ddc76cf5d10e4c8c3352fe7fb41b1858e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 10 15:52:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 15:57:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5730315d kde-plasma/plasma-desktop: Don't run tests in parallel Package-Manager: Portage-2.3.36, Repoman-2.3.9 kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 index 0879ceca78..e45e261f63 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.49.9999.ebuild @@ -140,8 +140,10 @@ src_configure() { } src_test() { + # parallel tests hang, bug #646890 # needs D-Bus, bug #634166 local myctestargs=( + -j1 -E "(test_kio_fonts)" )