From: Pavel Šimerda Date: Sat, 10 Sep 2016 14:22:12 +0000 (+0200) Subject: net-misc/iputils: drop unnecessary uClibc patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5f8456304f97185849ac74ea1f00c0e659a8b7d1;p=gentoo.git 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. --- 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 }