Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@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 06:46:18
Message-Id: 1534833968.953.2.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test by Davide Pesavento
1 On Tue, 2018-08-21 at 01:54 -0400, Davide Pesavento wrote:
2 > On Mon, Aug 20, 2018 at 11:00 AM Michał Górny <mgorny@g.o> wrote:
3 > >
4 > > Improve the description of USE=test to clearly indicate what the flag
5 > > does instead of claiming it workaround for Portage.
6 > > ---
7 > > profiles/use.desc | 2 +-
8 > > 1 file changed, 1 insertion(+), 1 deletion(-)
9 > >
10 > > Changed in v2: added description of FEATURES=test relevance
11 > >
12 > > diff --git a/profiles/use.desc b/profiles/use.desc
13 > > index 078226b92250..bd360194a09b 100644
14 > > --- a/profiles/use.desc
15 > > +++ b/profiles/use.desc
16 > > @@ -338,7 +338,7 @@ taglib - Enable tagging support with taglib
17 > > tcl - Add support the Tcl language
18 > > tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one
19 > > tcpd - Add support for TCP wrappers
20 > > -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
21 > > +test - Enable dependencies and/or preparations necessary to run tests (usually automatically controled by FEATURES=test but can be switched independently)
22 >
23 > s/controled/controlled/
24 > s/switched/enabled/
25
26 It can also be disabled. Maybe 'toggled'?
27
28 >
29 > > theora - Add support for the Theora Video Compression Codec
30 > > threads - Add threads support for various packages. Usually pthreads
31 > > tidy - Add support for HTML Tidy
32 > > --
33 > > 2.18.0
34 > >
35 >
36 > Thanks,
37 > Davide
38 >
39
40 --
41 Best regards,
42 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test Davide Pesavento <pesa@g.o>