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 5E9AF158083 for ; Tue, 24 Sep 2024 06:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3BC0E2B3D; Tue, 24 Sep 2024 06:06:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4232E2B3D for ; Tue, 24 Sep 2024 06:06:12 +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 0D7423433C6 for ; Tue, 24 Sep 2024 06:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 721D01F45 for ; Tue, 24 Sep 2024 06:06:10 +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: <1727157887.d06b95f94fbdb90f1880d6c07440a928a5b78e7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-6.11.0-r1.ebuild sys-apps/iproute2/iproute2-9999.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d06b95f94fbdb90f1880d6c07440a928a5b78e7e X-VCS-Branch: master Date: Tue, 24 Sep 2024 06:06:10 +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: e08d2fa5-941c-467a-94c3-68a1d7cbf3fd X-Archives-Hash: 936c91260eca9999dc01522e1fc8e6b3 commit: d06b95f94fbdb90f1880d6c07440a928a5b78e7e Author: Ian Jordan gmail com> AuthorDate: Sat Sep 21 04:58:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 24 06:04:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06b95f9 sys-apps/iproute2: Remove net-misc/arpd block Remove non-existing blocker net-misc/arpd from new ebuild and 9999 Signed-off-by: Ian Jordan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38710 Signed-off-by: Sam James gentoo.org> sys-apps/iproute2/iproute2-6.11.0-r1.ebuild | 1 - sys-apps/iproute2/iproute2-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-apps/iproute2/iproute2-6.11.0-r1.ebuild b/sys-apps/iproute2/iproute2-6.11.0-r1.ebuild index 98f97cdff569..c5c0744b82f8 100644 --- a/sys-apps/iproute2/iproute2-6.11.0-r1.ebuild +++ b/sys-apps/iproute2/iproute2-6.11.0-r1.ebuild @@ -24,7 +24,6 @@ RESTRICT="test" # We could make libmnl optional, but it's tiny, so eh RDEPEND=" - !net-misc/arpd !minimal? ( net-libs/libmnl:= ) atm? ( net-dialup/linux-atm ) berkdb? ( sys-libs/db:= ) diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index 26b79a0d0847..e650e4f2e1ca 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -24,7 +24,6 @@ RESTRICT="test" # We could make libmnl optional, but it's tiny, so eh RDEPEND=" - !net-misc/arpd !minimal? ( net-libs/libmnl:= ) atm? ( net-dialup/linux-atm ) berkdb? ( sys-libs/db:= )