summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2022-02-02 12:34:42 +0300
committerSergey Popov <pinkbyte@gentoo.org>2022-02-02 12:35:19 +0300
commitdae07e25e41354f3c52f445af3053e5bfa6252db (patch)
treef32ec35b3cd4a64bc55848cdf50b2787cd7bb99a /net-misc
parentdev-python/tomlkit: Force setuptools build to fix poetry dep cycle (diff)
downloadgentoo-dae07e25e41354f3c52f445af3053e5bfa6252db.tar.gz
gentoo-dae07e25e41354f3c52f445af3053e5bfa6252db.tar.bz2
gentoo-dae07e25e41354f3c52f445af3053e5bfa6252db.zip
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@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/frr/frr-8.1-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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="