From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1591C158087 for ; Wed, 2 Feb 2022 09:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4598BE0801; Wed, 2 Feb 2022 09:35:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1A2CE0801 for ; Wed, 2 Feb 2022 09:35:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA4C934303A for ; Wed, 2 Feb 2022 09:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A5A72BB for ; Wed, 2 Feb 2022 09:35:22 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1643794519.dae07e25e41354f3c52f445af3053e5bfa6252db.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/frr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/frr/frr-8.1-r1.ebuild X-VCS-Directories: net-misc/frr/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: dae07e25e41354f3c52f445af3053e5bfa6252db X-VCS-Branch: master Date: Wed, 2 Feb 2022 09:35:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e462361d-a12f-4a9b-96d9-ba57805006f2 X-Archives-Hash: 5534895a552b5bd838c53b27eced0faa commit: dae07e25e41354f3c52f445af3053e5bfa6252db Author: Sergey Popov gentoo org> AuthorDate: Wed Feb 2 09:34:42 2022 +0000 Commit: Sergey Popov gentoo 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 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="