Gentoo Archives: gentoo-portage-dev

From: Thymo van Beers <thymovanbeers@×××××.com>
To: gentoo-portage-dev@l.g.o
Cc: Thymo van Beers <thymovanbeers@×××××.com>
Subject: [gentoo-portage-dev] [PATCH] man/make.conf.5: remove mention of zlib USE flag
Date: Mon, 28 Jun 2021 22:00:10
Message-Id: 20210628215647.15367-1-thymovanbeers@gmail.com
1 Both sys-devel/binutils and sys-devel/gdb are built with system zlib by
2 default for some time now. This commit removes the mention of USE=zlib to avoid
3 confusion.
4
5 Signed-off-by: Thymo van Beers <thymovanbeers@×××××.com>
6 ---
7 man/make.conf.5 | 3 +--
8 1 file changed, 1 insertion(+), 2 deletions(-)
9
10 diff --git a/man/make.conf.5 b/man/make.conf.5
11 index 1c72109ad..db742fdb5 100644
12 --- a/man/make.conf.5
13 +++ b/man/make.conf.5
14 @@ -378,8 +378,7 @@ redundant on\-the\-fly compression. The resulting file will be called
15 .TP
16 .B compressdebug
17 Compress the debug sections in the split debug files with zlib to save
18 -space. Make sure you have built both binutils and gdb with USE=zlib
19 -support for this to work. See \fBsplitdebug\fR for general split debug
20 +space. See \fBsplitdebug\fR for general split debug
21 information (upon which this feature depends).
22 .TP
23 .B config\-protect\-if\-modified
24 --
25 2.31.1

Replies