commit: ee944c4fd76af4f7dffb756e9ed0303cb9606112 Author: Thymo van Beers <thymovanbeers <AT> gmail <DOT> com> AuthorDate: Mon Jun 28 21:56:47 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Jul 4 22:59:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ee944c4f
man/make.conf.5: remove mention of zlib USE flag Both sys-devel/binutils and sys-devel/gdb are built with system zlib by default for some time now. This commit removes the mention of USE=zlib to avoid confusion. Signed-off-by: Thymo van Beers <thymovanbeers <AT> gmail.com> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> man/make.conf.5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 1c72109ad..db742fdb5 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -378,8 +378,7 @@ redundant on\-the\-fly compression. The resulting file will be called .TP .B compressdebug Compress the debug sections in the split debug files with zlib to save -space. Make sure you have built both binutils and gdb with USE=zlib -support for this to work. See \fBsplitdebug\fR for general split debug +space. See \fBsplitdebug\fR for general split debug information (upon which this feature depends). .TP .B config\-protect\-if\-modified
