Gentoo Archives: gentoo-dev

From: Davide Pesavento <pesa@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test
Date: Tue, 21 Aug 2018 15:58:10
Message-Id: CADfzvvZ6qtMZ1oKaV8LN3JvazTzR2y4xiJoiz_nhXvPg4o3u5A@mail.gmail.com
In Reply to: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test by "Michał Górny"
1 On Tue, Aug 21, 2018 at 2:46 AM Michał Górny <mgorny@g.o> wrote:
2 >
3 > On Tue, 2018-08-21 at 01:54 -0400, Davide Pesavento wrote:
4 > > On Mon, Aug 20, 2018 at 11:00 AM Michał Górny <mgorny@g.o> wrote:
5 > > >
6 > > > Improve the description of USE=test to clearly indicate what the flag
7 > > > does instead of claiming it workaround for Portage.
8 > > > ---
9 > > > profiles/use.desc | 2 +-
10 > > > 1 file changed, 1 insertion(+), 1 deletion(-)
11 > > >
12 > > > Changed in v2: added description of FEATURES=test relevance
13 > > >
14 > > > diff --git a/profiles/use.desc b/profiles/use.desc
15 > > > index 078226b92250..bd360194a09b 100644
16 > > > --- a/profiles/use.desc
17 > > > +++ b/profiles/use.desc
18 > > > @@ -338,7 +338,7 @@ taglib - Enable tagging support with taglib
19 > > > tcl - Add support the Tcl language
20 > > > tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one
21 > > > tcpd - Add support for TCP wrappers
22 > > > -test - Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore
23 > > > +test - Enable dependencies and/or preparations necessary to run tests (usually automatically controled by FEATURES=test but can be switched independently)
24 > >
25 > > s/controled/controlled/
26 > > s/switched/enabled/
27 >
28 > It can also be disabled. Maybe 'toggled'?
29 >
30
31 Wait, are you saying that I can set USE=-test while FEATURES=test is
32 enabled? Is that a valid combination?

Replies