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
parentnet-misc/seafile: drop 8.0.1-r1, 8.0.2-r2, 8.0.3-r3, 8.0.4 (diff)
downloadgentoo-1bd8b011.tar.gz
gentoo-1bd8b011.tar.bz2
gentoo-1bd8b011.zip
net-misc/seafile: add fts-standalone for musl
Closes: https://bugs.gentoo.org/832555 Signed-off-by: Matthew Smith <matthew@gentoo.org>
-rw-r--r--net-misc/seafile/seafile-8.0.5.ebuild3
-rw-r--r--net-misc/seafile/seafile-8.0.6.ebuild3
2 files changed, 4 insertions, 2 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)"
diff --git a/net-misc/seafile/seafile-8.0.6.ebuild b/net-misc/seafile/seafile-8.0.6.ebuild
index 09f56deaa11c..442f75e3c208 100644
--- a/net-misc/seafile/seafile-8.0.6.ebuild
+++ b/net-misc/seafile/seafile-8.0.6.ebuild
@@ -31,7 +31,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)"