commit:     dae07e25e41354f3c52f445af3053e5bfa6252db
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  2 09:34:42 2022 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 09:35:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae07e25

net-misc/frr: fix building with musl

Bug: https://bugs.gentoo.org/832549
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 net-misc/frr/frr-8.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/frr/frr-8.1-r1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild
index 07f5fe16b909..930f7303dc8f 100644
--- a/net-misc/frr/frr-8.1-r1.ebuild
+++ b/net-misc/frr/frr-8.1-r1.ebuild
@@ -41,6 +41,7 @@ BDEPEND="
 "
 DEPEND="
        ${COMMON_DEPEND}
+       elibc_musl? ( sys-libs/queue-standalone )
        test? ( $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') )
 "
 RDEPEND="

Reply via email to