diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:12:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:12:34 +0300 |
commit | 08ea6f06065c1fe38c2c10eb062a7d67b9d28e0d (patch) | |
tree | 132188dca09335a9323e89959571298731eee1e0 /net-fs | |
parent | dev-util/dropwatch: fix compile on musl (diff) | |
download | gentoo-08ea6f06065c1fe38c2c10eb062a7d67b9d28e0d.tar.gz gentoo-08ea6f06065c1fe38c2c10eb062a7d67b9d28e0d.tar.bz2 gentoo-08ea6f06065c1fe38c2c10eb062a7d67b9d28e0d.zip |
net-fs/s3backer: fix compile on musl
Closes: https://bugs.gentoo.org/831824
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/s3backer/s3backer-1.6.3.ebuild | 7 |
1 files 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 |