commit: ce90ec0a4c44bc2701254d48c25866dbfb84aeba Author: Denis Reva <denis7774 <AT> gmail <DOT> com> AuthorDate: Tue Apr 27 08:34:28 2021 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> de> CommitDate: Tue Apr 27 08:34:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce90ec0a
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 <AT> gmail.com> sys-fs/dwarfs/{dwarfs-0.5.4.ebuild => dwarfs-0.5.4-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild similarity index 95% rename from sys-fs/dwarfs/dwarfs-0.5.4.ebuild rename to sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild index 66cd9fb76..5ef7363bd 100644 --- a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} app-arch/libarchive app-arch/zstd app-arch/lz4 - app-arch/xz-utils + app-arch/xz-utils[static-libs] app-arch/snappy dev-cpp/sparsehash dev-cpp/gflags @@ -86,6 +86,7 @@ src_install(){ } 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 "You may find more information in the" elog "${HOMEPAGE}"
