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 0A790138330 for ; Sat, 6 Jan 2018 21:32:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 384EFE0937; Sat, 6 Jan 2018 21:32:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 193E8E0937 for ; Sat, 6 Jan 2018 21:31:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E9876335C48 for ; Sat, 6 Jan 2018 21:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED1C1A7 for ; Sat, 6 Jan 2018 21:31:57 +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: <1515274302.fc2d99a95b22a0beaa3906084d4816bf041052a6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-2.0.0-r2.ebuild dev-libs/libical/libical-2.0.0-r3.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fc2d99a95b22a0beaa3906084d4816bf041052a6 X-VCS-Branch: master Date: Sat, 6 Jan 2018 21:31:57 +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: 412ae2b2-f825-4e9c-b424-196603c78a8a X-Archives-Hash: aac119395747cde4b69370d75ae4d037 commit: fc2d99a95b22a0beaa3906084d4816bf041052a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 6 20:52:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 6 21:31:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2d99a9 dev-libs/libical: Don't execute tests in parallel Closes: https://bugs.gentoo.org/642958 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libical/libical-2.0.0-r2.ebuild | 7 ++++++- dev-libs/libical/libical-2.0.0-r3.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-libs/libical/libical-2.0.0-r2.ebuild b/dev-libs/libical/libical-2.0.0-r2.ebuild index 32dc6201e26..591441b014b 100644 --- a/dev-libs/libical/libical-2.0.0-r2.ebuild +++ b/dev-libs/libical/libical-2.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,6 +38,11 @@ src_configure() { cmake-utils_src_configure } +src_test() { + local myctestargs=( -j1 ) + cmake-utils_src_test +} + src_install() { cmake-utils_src_install diff --git a/dev-libs/libical/libical-2.0.0-r3.ebuild b/dev-libs/libical/libical-2.0.0-r3.ebuild index d3d88590688..3b8c09f8c43 100644 --- a/dev-libs/libical/libical-2.0.0-r3.ebuild +++ b/dev-libs/libical/libical-2.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,6 +44,11 @@ src_configure() { cmake-utils_src_configure } +src_test() { + local myctestargs=( -j1 ) + cmake-utils_src_test +} + src_install() { cmake-utils_src_install