diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-09-21 05:58:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-24 07:04:47 +0100 |
commit | d06b95f94fbdb90f1880d6c07440a928a5b78e7e (patch) | |
tree | a3bc07353916bea154e5058fe89f32e9c24c846f /sys-apps | |
parent | sys-apps/iproute2: musl fixes (diff) | |
download | gentoo-d06b95f94fbdb90f1880d6c07440a928a5b78e7e.tar.gz gentoo-d06b95f94fbdb90f1880d6c07440a928a5b78e7e.tar.bz2 gentoo-d06b95f94fbdb90f1880d6c07440a928a5b78e7e.zip |
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 <immoloism@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38710
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-6.11.0-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 1 |
2 files changed, 0 insertions, 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:= ) |