Gentoo Archives: gentoo-dev

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 0/9] Cleanup and EAPI=6 support for check-reqs.eclass
Date: Mon, 28 Dec 2015 12:34:34
Message-Id: 20151228153420.54c1c1a18cedb2ee9c8af0cc@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 0/9] Cleanup and EAPI=6 support for check-reqs.eclass by "Justin Lecher (jlec)"
1 Hi,
2
3 On Mon, 28 Dec 2015 10:40:26 +0100 Justin Lecher (jlec) wrote:
4 > On 28/12/15 10:35, Andrew Savchenko wrote:
5 > > On Mon, 28 Dec 2015 09:43:46 +0100 Justin Lecher wrote:
6 > >> please review my suggestion to the check-reqs.eclass according to
7 > >> cleanups and EAPI=6 support. Any further ideas you like to see
8 > >> implemented?
9 > >
10 > > It would be useful to allow users to include swap space for memory
11 > > estimation. Sometimes this is the only way to build package
12 > > without cross-compiling. So I propose something like:
13 > >
14 > > CHECKREQS_MEMORY_USE_SWAP="yes|no"
15 > >
16 > > which can be set on command line, in make.conf or in per-package
17 > > env setup.
18 > >
19 > > This option should be disabled by default, of course.
20 > >
21 > > Best regards, Andrew Savchenko
22 > >
23 >
24 > Hi Andrew,
25 >
26 > could you please file a bug for this? We do not bind this to any EAPI
27 > as this is an additional feature.
28
29 Done:
30 https://bugs.gentoo.org/show_bug.cgi?id=569966
31
32 Best regards,
33 Andrew Savchenko