Things like this can be spotted e.g. in configure.in: AC_ARG_WITH(zlib, [ --without-zlib compile without zlib compression],[if test "$withval" = no; t hen disable_zlib=yes; else disable_zlib=no; fi]) +AC_ARG_WITH(brotli, [ --without-brotli compile without brotli compression],[if test "$withval" = n o; then disable_brotli=yes; else disable_brotli=no; fi]) AC_ARG_WITH(bzip2, [ --without-bzip2 compile without bzip2 compression],[if test "$withval" = no; then disable_bzip2=yes; else disable_bzip2=no; fi]) AC_ARG_WITH(lzma, [ --without-lzma compile without lzma compression],[if test "$withval" = no; t hen disable_lzma=yes; else disable_lzma=no; fi]) +AC_ARG_WITH(lzip, [ --without-lzip compile without lzip compression],[if test "$withval" = no; t hen disable_lzip=yes; else disable_lzip=no; fi]) compression="" (this is from sources links-2.14 and links-2.16).
While unmerging app-arch/brotli: !!! existing preserved libs: >>> package: app-arch/brotli-1.0.7 * - /usr/lib64/libbrotlidec.so.1 * - /usr/lib64/libbrotlidec.so.1.0.7 * used by /usr/bin/links (www-client/links-2.18) * - /usr/lib64/libbrotlicommon.so.1 * - /usr/lib64/libbrotlicommon.so.1.0.7
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a3f6c8c3ef3cd7063a02908dbe96faf89612d3 commit c7a3f6c8c3ef3cd7063a02908dbe96faf89612d3 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2020-02-17 19:23:02 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2020-02-17 19:23:50 +0000 www-client/links: bump to 2.20.2 Add a few new flags for optional deps Closes: https://bugs.gentoo.org/657996 Bug: https://bugs.gentoo.org/694016 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org> www-client/links/Manifest | 1 + www-client/links/links-2.20.2.ebuild | 170 +++++++++++++++++++++++++++++++++++ www-client/links/metadata.xml | 7 ++ 3 files changed, 178 insertions(+)