From 5f8456304f97185849ac74ea1f00c0e659a8b7d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20=C5=A0imerda?= Date: Sat, 10 Sep 2016 16:22:12 +0200 Subject: [PATCH] net-misc/iputils: drop unnecessary uClibc patch Drop `021109-uclibc-no-ether_ntohost.patch` from `iputils-99999999.ebuild` as latest uClibc in Gentoo already supports `ether_ntohost()` function and thus doesn't require the work around. --- net-misc/iputils/iputils-99999999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild index e2da683f585a..eb88db46ba24 100644 --- a/net-misc/iputils/iputils-99999999.ebuild +++ b/net-misc/iputils/iputils-99999999.ebuild @@ -58,12 +58,7 @@ REQUIRED_USE="ipv6? ( ssl? ( ^^ ( gcrypt nettle openssl ) ) )" [ "${PV}" = "99999999" ] || S="${WORKDIR}/${PN}-s${PV}" -PATCHES=( - "${FILESDIR}/021109-uclibc-no-ether_ntohost.patch" -) - src_prepare() { - epatch ${PATCHES[@]} use SECURITY_HAZARD && epatch "${FILESDIR}"/${PN}-20150815-nonroot-floodping.patch } -- 2.26.2