sys-fs/dwarfs: attempting to fix https://bugs.gentoo.org/785973

It seems like it requires static-libs for xz-utils

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2021-04-27 13:34:28 +05:00
parent 492bc4f7eb
commit ce90ec0a4c

View File

@@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS}
app-arch/libarchive app-arch/libarchive
app-arch/zstd app-arch/zstd
app-arch/lz4 app-arch/lz4
app-arch/xz-utils app-arch/xz-utils[static-libs]
app-arch/snappy app-arch/snappy
dev-cpp/sparsehash dev-cpp/sparsehash
dev-cpp/gflags dev-cpp/gflags
@@ -86,6 +86,7 @@ src_install(){
} }
pkg_postinst(){ pkg_postinst(){
elog "Suggest to enable USE 'threads' globally if you have multicore machine"
elog "Since version 0.4.1 GGC builds has been fixed. Now both Clang and GCC are working very well" elog "Since version 0.4.1 GGC builds has been fixed. Now both Clang and GCC are working very well"
elog "You may find more information in the" elog "You may find more information in the"
elog "${HOMEPAGE}" elog "${HOMEPAGE}"