summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-04-03 10:31:47 +0100
committerMatthew Smith <matthew@gentoo.org>2022-04-03 10:34:22 +0100
commit1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f (patch)
tree320e5b1f9c9526bdb24ed7b9ecbd868e54a34ef8 /net-misc/seafile/seafile-8.0.5.ebuild
parentnet-misc/seafile: drop 8.0.1-r1, 8.0.2-r2, 8.0.3-r3, 8.0.4 (diff)
downloadgentoo-1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f.tar.gz
gentoo-1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f.tar.bz2
gentoo-1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f.zip
net-misc/seafile: add fts-standalone for musl
Closes: https://bugs.gentoo.org/832555 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-misc/seafile/seafile-8.0.5.ebuild')
-rw-r--r--net-misc/seafile/seafile-8.0.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/seafile/seafile-8.0.5.ebuild b/net-misc/seafile/seafile-8.0.5.ebuild
index ef6a84798688..f378036fe6b2 100644
--- a/net-misc/seafile/seafile-8.0.5.ebuild
+++ b/net-misc/seafile/seafile-8.0.5.ebuild
@@ -30,7 +30,8 @@ RDEPEND="${PYTHON_DEPS}
net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
net-misc/curl
sys-apps/util-linux
- sys-libs/zlib"
+ sys-libs/zlib
+ elibc_musl? ( sys-libs/fts-standalone )"
DEPEND="${RDEPEND}"
BDEPEND="${PYTHON_DEPS}
$(vala_depend)"