Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test "Michał Górny" <mgorny@g.o>