Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/
Date: Wed, 02 Feb 2022 09:35:26
Message-Id: 1643794519.dae07e25e41354f3c52f445af3053e5bfa6252db.pinkbyte@gentoo
1 commit: dae07e25e41354f3c52f445af3053e5bfa6252db
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 09:34:42 2022 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 09:35:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae07e25
7
8 net-misc/frr: fix building with musl
9
10 Bug: https://bugs.gentoo.org/832549
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13
14 net-misc/frr/frr-8.1-r1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-misc/frr/frr-8.1-r1.ebuild b/net-misc/frr/frr-8.1-r1.ebuild
18 index 07f5fe16b909..930f7303dc8f 100644
19 --- a/net-misc/frr/frr-8.1-r1.ebuild
20 +++ b/net-misc/frr/frr-8.1-r1.ebuild
21 @@ -41,6 +41,7 @@ BDEPEND="
22 "
23 DEPEND="
24 ${COMMON_DEPEND}
25 + elibc_musl? ( sys-libs/queue-standalone )
26 test? ( $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') )
27 "
28 RDEPEND="