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 A486D138334 for ; Sat, 28 Jul 2018 21:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEBCE0841; Sat, 28 Jul 2018 21:50:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82958E0837 for ; Sat, 28 Jul 2018 21:50:57 +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 ED008335C94 for ; Sat, 28 Jul 2018 21:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DCF9380 for ; Sat, 28 Jul 2018 21:50:53 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1532814631.2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/grilo/grilo-0.3.6.ebuild X-VCS-Directories: media-libs/grilo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31 X-VCS-Branch: master Date: Sat, 28 Jul 2018 21:50:53 +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: 31b3a819-9ee6-4e97-b4d7-a97440caf047 X-Archives-Hash: 0a0caee8c99ff804cbd6ac67c45b68b3 commit: 2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jul 28 21:43:37 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jul 28 21:50:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1dd26a media-libs/grilo: restrict parallel tests /net/throttling/small-delay is failing with parallel tests :( Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/grilo/grilo-0.3.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/grilo/grilo-0.3.6.ebuild b/media-libs/grilo/grilo-0.3.6.ebuild index f9492339437..74dbd08d841 100644 --- a/media-libs/grilo/grilo-0.3.6.ebuild +++ b/media-libs/grilo/grilo-0.3.6.ebuild @@ -71,7 +71,8 @@ src_configure() { } src_test() { - virtx emake check + # /net/throttling/small-delay can fail with parallel tests + virtx emake -j1 check } src_install() {