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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6521E15812D for ; Tue, 31 Dec 2024 17:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C4EE07A9; Tue, 31 Dec 2024 17:16:03 +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 48DEFE07A9 for ; Tue, 31 Dec 2024 17:16:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49659335C0F for ; Tue, 31 Dec 2024 17:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A532397F for ; Tue, 31 Dec 2024 17:16:00 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1735665352.52e116083597e0d3c6367d2cc3eae82c0f3e04c9.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.20.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 52e116083597e0d3c6367d2cc3eae82c0f3e04c9 X-VCS-Branch: master Date: Tue, 31 Dec 2024 17:16:00 +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: 0b646872-5486-42d2-b967-7bd3679e03d8 X-Archives-Hash: 96b9a6f6016058c64cc306fd14b4bc06 commit: 52e116083597e0d3c6367d2cc3eae82c0f3e04c9 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Dec 31 17:15:52 2024 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Dec 31 17:15:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e11608 net-misc/radvd: missing dep Signed-off-by: Robin H. Johnson gentoo.org> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=947276 net-misc/radvd/radvd-2.20.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/radvd/radvd-2.20.ebuild b/net-misc/radvd/radvd-2.20.ebuild index c77eb8fe872f..590c4520ce2a 100644 --- a/net-misc/radvd/radvd-2.20.ebuild +++ b/net-misc/radvd/radvd-2.20.ebuild @@ -23,6 +23,7 @@ DEPEND="test? ( dev-libs/check )" RDEPEND=" acct-group/radvd acct-user/radvd + dev-libs/libbsd selinux? ( sec-policy/selinux-radvd )" PATCHES=(