commit: 08ea6f06065c1fe38c2c10eb062a7d67b9d28e0d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 23 10:12:34 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 10:12:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ea6f06
net-fs/s3backer: fix compile on musl Closes: https://bugs.gentoo.org/831824 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-fs/s3backer/s3backer-1.6.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-fs/s3backer/s3backer-1.6.3.ebuild b/net-fs/s3backer/s3backer-1.6.3.ebuild index 8ed0433a2964..5795b7fcbfd6 100644 --- a/net-fs/s3backer/s3backer-1.6.3.ebuild +++ b/net-fs/s3backer/s3backer-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,12 +13,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-libs/expat +RDEPEND="dev-libs/expat dev-libs/openssl:0= net-misc/curl sys-fs/fuse:0 sys-libs/zlib" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + elibc_musl? ( sys-libs/queue-standalone )" src_prepare() { default
