Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test
Date: Mon, 20 Aug 2018 14:58:04
Message-Id: CAJ0EP42xvr3D9V0uVw3_8J6ei6hJwwf2_L1ApsrHyo0iiuQ9Vw@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 10:34 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 > diff --git a/profiles/use.desc b/profiles/use.desc
10 > index 078226b92250..a2156de5f174 100644
11 > --- a/profiles/use.desc
12 > +++ b/profiles/use.desc
13 > @@ -338,7 +338,7 @@ taglib - Enable tagging support with taglib
14 > tcl - Add support the Tcl language
15 > tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one
16 > tcpd - Add support for TCP wrappers
17 > -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
18 > +test - Enable dependencies and/or preparations necessary to run tests
19 > theora - Add support for the Theora Video Compression Codec
20 > threads - Add threads support for various packages. Usually pthreads
21 > tidy - Add support for HTML Tidy
22
23 Looks good to me!