From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1382223-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 38A2D15808B
	for <garchives@archives.gentoo.org>; Sun,  3 Apr 2022 09:34:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 70395E07DB;
	Sun,  3 Apr 2022 09:34:57 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A728DE07D0
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Apr 2022 09:34:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9CE7F341468
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Apr 2022 09:34:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB90373
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Apr 2022 09:34:54 +0000 (UTC)
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" <matthew@gentoo.org>
Message-ID: <1648978462.1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f.matthew@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/seafile/seafile-8.0.5.ebuild net-misc/seafile/seafile-8.0.6.ebuild
X-VCS-Directories: net-misc/seafile/
X-VCS-Committer: matthew
X-VCS-Committer-Name: Matthew Smith
X-VCS-Revision: 1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f
X-VCS-Branch: master
Date: Sun,  3 Apr 2022 09:34:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b64e897f-c00a-4d62-be86-f4bb5c622432
X-Archives-Hash: c4a412c78a6bf8e34b2010d57232d11d

commit:     1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 09:31:47 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 09:34:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8b011

net-misc/seafile: add fts-standalone for musl

Closes: https://bugs.gentoo.org/832555
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 net-misc/seafile/seafile-8.0.5.ebuild | 3 ++-
 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)"