diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:17:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-23 13:17:02 +0300 |
commit | 24138044403c3f7a7e53af7dd035b70e36997561 (patch) | |
tree | 1543d517bce10a1c01fd88cb246ccbca5672cee9 /www-servers | |
parent | net-analyzer/odhcploc: fix compile on musl (diff) | |
download | gentoo-24138044403c3f7a7e53af7dd035b70e36997561.tar.gz gentoo-24138044403c3f7a7e53af7dd035b70e36997561.tar.bz2 gentoo-24138044403c3f7a7e53af7dd035b70e36997561.zip |
www-servers/sniproxy: fix compile on musl
Closes: https://bugs.gentoo.org/831460
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/sniproxy/sniproxy-0.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-servers/sniproxy/sniproxy-0.6.1.ebuild b/www-servers/sniproxy/sniproxy-0.6.1.ebuild index f95fb68f3e20..68ab699da316 100644 --- a/www-servers/sniproxy/sniproxy-0.6.1.ebuild +++ b/www-servers/sniproxy/sniproxy-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,6 +29,7 @@ RDEPEND=" >=dev-libs/libpcre-3 dns? ( net-libs/udns )" DEPEND="${RDEPEND} + elibc_musl? ( sys-libs/queue-standalone ) test? ( net-misc/curl )" BDEPEND=" sys-devel/gettext |