diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-04-03 10:31:47 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-04-03 10:34:22 +0100 |
commit | 1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f (patch) | |
tree | 320e5b1f9c9526bdb24ed7b9ecbd868e54a34ef8 /net-misc | |
parent | net-misc/seafile: drop 8.0.1-r1, 8.0.2-r2, 8.0.3-r3, 8.0.4 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/seafile/seafile-8.0.5.ebuild | 3 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.6.ebuild | 3 |
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)" |