Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/
Date: Sun, 03 Apr 2022 09:34:59
Message-Id: 1648978462.1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f.matthew@gentoo
1 commit: 1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 09:31:47 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 09:34:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8b011
7
8 net-misc/seafile: add fts-standalone for musl
9
10 Closes: https://bugs.gentoo.org/832555
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 net-misc/seafile/seafile-8.0.5.ebuild | 3 ++-
14 net-misc/seafile/seafile-8.0.6.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/seafile/seafile-8.0.5.ebuild b/net-misc/seafile/seafile-8.0.5.ebuild
18 index ef6a84798688..f378036fe6b2 100644
19 --- a/net-misc/seafile/seafile-8.0.5.ebuild
20 +++ b/net-misc/seafile/seafile-8.0.5.ebuild
21 @@ -30,7 +30,8 @@ RDEPEND="${PYTHON_DEPS}
22 net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
23 net-misc/curl
24 sys-apps/util-linux
25 - sys-libs/zlib"
26 + sys-libs/zlib
27 + elibc_musl? ( sys-libs/fts-standalone )"
28 DEPEND="${RDEPEND}"
29 BDEPEND="${PYTHON_DEPS}
30 $(vala_depend)"
31
32 diff --git a/net-misc/seafile/seafile-8.0.6.ebuild b/net-misc/seafile/seafile-8.0.6.ebuild
33 index 09f56deaa11c..442f75e3c208 100644
34 --- a/net-misc/seafile/seafile-8.0.6.ebuild
35 +++ b/net-misc/seafile/seafile-8.0.6.ebuild
36 @@ -31,7 +31,8 @@ RDEPEND="${PYTHON_DEPS}
37 net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
38 net-misc/curl
39 sys-apps/util-linux
40 - sys-libs/zlib"
41 + sys-libs/zlib
42 + elibc_musl? ( sys-libs/fts-standalone )"
43 DEPEND="${RDEPEND}"
44 BDEPEND="${PYTHON_DEPS}
45 $(vala_depend)"