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 v3] use.desc: Improve description of USE=test
Date: Tue, 21 Aug 2018 06:54:39
Message-Id: 20180821065427.11023-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 diff --git a/profiles/use.desc b/profiles/use.desc
8 index 078226b92250..36fa72009cb4 100644
9 --- a/profiles/use.desc
10 +++ b/profiles/use.desc
11 @@ -338,7 +338,7 @@ taglib - Enable tagging support with taglib
12 tcl - Add support the Tcl language
13 tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one
14 tcpd - Add support for TCP wrappers
15 -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
16 +test - Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
17 theora - Add support for the Theora Video Compression Codec
18 threads - Add threads support for various packages. Usually pthreads
19 tidy - Add support for HTML Tidy
20 --
21 2.18.0