net-fs/s3backer: fix compile on musl

Closes: https://bugs.gentoo.org/831824
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-04-23 13:12:34 +03:00
parent 1d6055e70b
commit 08ea6f0606

View File

@@ -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