Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test
Date: Mon, 20 Aug 2018 14:59:47
Message-Id: 20180820145937.10739-1-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH] use.desc: Improve description of USE=test by "Michał Górny"
1 Improve the description of USE=test to clearly indicate what the flag
2 does instead of claiming it workaround for Portage.
3 ---
4 profiles/use.desc | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 Changed in v2: added description of FEATURES=test relevance
8
9 diff --git a/profiles/use.desc b/profiles/use.desc
10 index 078226b92250..bd360194a09b 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 (usually automatically controled by FEATURES=test but can be switched independently)
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 2.18.0

Replies

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