Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/
Date: Thu, 29 Apr 2021 08:23:39
Message-Id: 1619666695.6198c44d202d11475f40a938ea5c56a075d09ea9.mgorny@gentoo
1 commit: 6198c44d202d11475f40a938ea5c56a075d09ea9
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Apr 29 03:24:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 03:24:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6198c44d
7
8 sys-fs/dwarfs: depend on fsst
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild
17 index fb546ce27..8c35e1298 100644
18 --- a/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild
19 +++ b/sys-fs/dwarfs/dwarfs-0.5.4-r3.ebuild
20 @@ -21,6 +21,7 @@ RESTRICT="!test? ( test )"
21 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22
23 PATCHES=( "${WORKDIR}/unbundle-folly-fbthrift.patch" )
24 +#TODO: unbundle libfsst
25
26 RDEPEND="
27 ${PYTHON_DEPS}
28 @@ -36,6 +37,7 @@ RDEPEND="
29 dev-cpp/sparsehash
30 dev-libs/boost[context,threads,python?]
31 dev-libs/double-conversion
32 + dev-libs/fsst:=
33 dev-libs/libevent
34 dev-libs/libfmt
35 dev-libs/xxhash
36 @@ -91,8 +93,7 @@ src_configure(){
37
38 src_install(){
39 cmake_src_install
40 - #TODO: unbundle libfsst
41 - dolib.so libdwarfs.so libfsst.so
42 + dolib.so libdwarfs.so
43 }
44
45 pkg_postinst(){