Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/
Date: Sat, 24 Feb 2018 10:21:35
Message-Id: 1519467683.3affa1f416e6f10757562a2bf42ef7a2c67e450a.mgorny@gentoo
1 commit: 3affa1f416e6f10757562a2bf42ef7a2c67e450a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 10:20:45 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 10:21:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3affa1f4
7
8 sys-libs/timezone-data: Force -j1 for tests
9
10 Closes: https://bugs.gentoo.org/648056
11
12 sys-libs/timezone-data/timezone-data-2018c.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/timezone-data/timezone-data-2018c.ebuild b/sys-libs/timezone-data/timezone-data-2018c.ebuild
16 index 7f59f932db4..3ce4d9cbb22 100644
17 --- a/sys-libs/timezone-data/timezone-data-2018c.ebuild
18 +++ b/sys-libs/timezone-data/timezone-data-2018c.ebuild
19 @@ -80,7 +80,7 @@ src_compile() {
20
21 src_test() {
22 # VALIDATE_ENV is used for extended/web based tests. Punt on them.
23 - emake check VALIDATE_ENV=true
24 + emake -j1 check VALIDATE_ENV=true
25 }
26
27 src_install() {