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 D7243158012 for ; Tue, 13 Sep 2022 14:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E731E087E; Tue, 13 Sep 2022 14:34:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 0502DE087E for ; Tue, 13 Sep 2022 14:34:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FB09340DB4 for ; Tue, 13 Sep 2022 14:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98FFF576 for ; Tue, 13 Sep 2022 14:34:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663079658.dc0022e4dc6bcd7b1f7818d5a92aa9b3e4a6bca0.sam@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.19-r3.ebuild net-misc/radvd/radvd-2.19-r4.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc0022e4dc6bcd7b1f7818d5a92aa9b3e4a6bca0 X-VCS-Branch: master Date: Tue, 13 Sep 2022 14:34:32 +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: d9809bdd-cec7-4c7c-bf0e-7702135dfa2d X-Archives-Hash: 06d2d4875cb93a05bfa1e3f18cbdc15c commit: dc0022e4dc6bcd7b1f7818d5a92aa9b3e4a6bca0 Author: Sam James gentoo org> AuthorDate: Tue Sep 13 14:34:18 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 13 14:34:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0022e4 net-misc/radvd: drop libdaemon dep Closes: https://bugs.gentoo.org/869437 Signed-off-by: Sam James gentoo.org> net-misc/radvd/{radvd-2.19-r3.ebuild => radvd-2.19-r4.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-misc/radvd/radvd-2.19-r3.ebuild b/net-misc/radvd/radvd-2.19-r4.ebuild similarity index 96% rename from net-misc/radvd/radvd-2.19-r3.ebuild rename to net-misc/radvd/radvd-2.19-r4.ebuild index e5bb868d1b38..856b6bce0726 100644 --- a/net-misc/radvd/radvd-2.19-r3.ebuild +++ b/net-misc/radvd/radvd-2.19-r4.ebuild @@ -16,15 +16,12 @@ IUSE="selinux test" RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" -CDEPEND="dev-libs/libdaemon" DEPEND=" - ${CDEPEND} sys-devel/bison sys-devel/flex test? ( dev-libs/check ) " RDEPEND=" - ${CDEPEND} acct-group/radvd acct-user/radvd selinux? ( sec-policy/selinux-radvd )