Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/grilo/
Date: Sat, 28 Jul 2018 21:50:59
Message-Id: 1532814631.2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31.leio@gentoo
1 commit: 2b1dd26ad881d6ef541fb9531a45e1be7bdf2a31
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 21:43:37 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 21:50:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1dd26a
7
8 media-libs/grilo: restrict parallel tests
9
10 /net/throttling/small-delay is failing with parallel tests :(
11
12 Package-Manager: Portage-2.3.43, Repoman-2.3.10
13
14 media-libs/grilo/grilo-0.3.6.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-libs/grilo/grilo-0.3.6.ebuild b/media-libs/grilo/grilo-0.3.6.ebuild
18 index f9492339437..74dbd08d841 100644
19 --- a/media-libs/grilo/grilo-0.3.6.ebuild
20 +++ b/media-libs/grilo/grilo-0.3.6.ebuild
21 @@ -71,7 +71,8 @@ src_configure() {
22 }
23
24 src_test() {
25 - virtx emake check
26 + # /net/throttling/small-delay can fail with parallel tests
27 + virtx emake -j1 check
28 }
29
30 src_install() {