Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: Re: [gentoo-pms] EAPI 5 development branch
Date: Thu, 10 May 2012 14:38:09
Message-Id: 20395.53950.565442.859679@a1i15.kph.uni-mainz.de
In Reply to: Re: [gentoo-pms] EAPI 5 development branch by Zac Medico
1 >>>>> On Thu, 10 May 2012, Zac Medico wrote:
2
3 >>> Any particular reason for leaving out "No -j1 for src_test"? It was on
4 >>> your previous list.
5 >>
6 >> I couldn't find -j1 being mandated in the spec, and Portage doesn't
7 >> seem to do it any more.
8
9 > Portage still does it (_eapi0_src_test function inside
10 > bin/phase-helpers.sh). If the -j1 isn't mandated then I'll just go
11 > ahead and remove it.
12
13 In fact, the spec says:
14 | The default implementation used when the ebuild lacks the src_test
15 | function must, if tests are enabled, run make check if and only if
16 | such a target is available, or if not run make test, if and only
17 | such a target is available.
18
19 I guess "make check" implies that no -j option is passed to make,
20 which is equivalent to -j1.
21
22 Ulrich