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 55BF71382C5 for ; Sat, 24 Feb 2018 10:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63ADEE07FA; Sat, 24 Feb 2018 10:21:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 426D9E07FA for ; Sat, 24 Feb 2018 10:21: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 06A55335C2F for ; Sat, 24 Feb 2018 10:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5288E1FE for ; Sat, 24 Feb 2018 10:21:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519467683.3affa1f416e6f10757562a2bf42ef7a2c67e450a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/timezone-data/timezone-data-2018c.ebuild X-VCS-Directories: sys-libs/timezone-data/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3affa1f416e6f10757562a2bf42ef7a2c67e450a X-VCS-Branch: master Date: Sat, 24 Feb 2018 10:21: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: 58ceeb68-4a09-4bac-aea2-8e222e750e8f X-Archives-Hash: ba7a9fa19b8d8c734a1e1346cd5ba98f commit: 3affa1f416e6f10757562a2bf42ef7a2c67e450a Author: Michał Górny gentoo org> AuthorDate: Sat Feb 24 10:20:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 24 10:21:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3affa1f4 sys-libs/timezone-data: Force -j1 for tests Closes: https://bugs.gentoo.org/648056 sys-libs/timezone-data/timezone-data-2018c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/timezone-data/timezone-data-2018c.ebuild b/sys-libs/timezone-data/timezone-data-2018c.ebuild index 7f59f932db4..3ce4d9cbb22 100644 --- a/sys-libs/timezone-data/timezone-data-2018c.ebuild +++ b/sys-libs/timezone-data/timezone-data-2018c.ebuild @@ -80,7 +80,7 @@ src_compile() { src_test() { # VALIDATE_ENV is used for extended/web based tests. Punt on them. - emake check VALIDATE_ENV=true + emake -j1 check VALIDATE_ENV=true } src_install() {