Gentoo Archives: gentoo-commits

From: Denis Reva <denis7774@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs/
Date: Tue, 27 Apr 2021 08:34:48
Message-Id: 1619512481.ce90ec0a4c44bc2701254d48c25866dbfb84aeba.RarogCmex@gentoo
1 commit: ce90ec0a4c44bc2701254d48c25866dbfb84aeba
2 Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 27 08:34:28 2021 +0000
4 Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 27 08:34:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce90ec0a
7
8 sys-fs/dwarfs: attempting to fix https://bugs.gentoo.org/785973
9
10 It seems like it requires static-libs for xz-utils
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.2
13 Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
14
15 sys-fs/dwarfs/{dwarfs-0.5.4.ebuild => dwarfs-0.5.4-r1.ebuild} | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild
19 similarity index 95%
20 rename from sys-fs/dwarfs/dwarfs-0.5.4.ebuild
21 rename to sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild
22 index 66cd9fb76..5ef7363bd 100644
23 --- a/sys-fs/dwarfs/dwarfs-0.5.4.ebuild
24 +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r1.ebuild
25 @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS}
26 app-arch/libarchive
27 app-arch/zstd
28 app-arch/lz4
29 - app-arch/xz-utils
30 + app-arch/xz-utils[static-libs]
31 app-arch/snappy
32 dev-cpp/sparsehash
33 dev-cpp/gflags
34 @@ -86,6 +86,7 @@ src_install(){
35 }
36
37 pkg_postinst(){
38 + elog "Suggest to enable USE 'threads' globally if you have multicore machine"
39 elog "Since version 0.4.1 GGC builds has been fixed. Now both Clang and GCC are working very well"
40 elog "You may find more information in the"
41 elog "${HOMEPAGE}"