Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Sat, 01 Oct 2016 20:55:10
Message-Id: 1473525241.5f8456304f97185849ac74ea1f00c0e659a8b7d1.robbat2@gentoo
1 commit: 5f8456304f97185849ac74ea1f00c0e659a8b7d1
2 Author: Pavel Šimerda <pavlix <AT> pavlix <DOT> net>
3 AuthorDate: Sat Sep 10 14:22:12 2016 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 16:34:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f845630
7
8 net-misc/iputils: drop unnecessary uClibc patch
9
10 Drop `021109-uclibc-no-ether_ntohost.patch` from
11 `iputils-99999999.ebuild` as latest uClibc in Gentoo already supports
12 `ether_ntohost()` function and thus doesn't require the work around.
13
14 net-misc/iputils/iputils-99999999.ebuild | 5 -----
15 1 file changed, 5 deletions(-)
16
17 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
18 index e2da683..eb88db4 100644
19 --- a/net-misc/iputils/iputils-99999999.ebuild
20 +++ b/net-misc/iputils/iputils-99999999.ebuild
21 @@ -58,12 +58,7 @@ REQUIRED_USE="ipv6? ( ssl? ( ^^ ( gcrypt nettle openssl ) ) )"
22
23 [ "${PV}" = "99999999" ] || S="${WORKDIR}/${PN}-s${PV}"
24
25 -PATCHES=(
26 - "${FILESDIR}/021109-uclibc-no-ether_ntohost.patch"
27 -)
28 -
29 src_prepare() {
30 - epatch ${PATCHES[@]}
31 use SECURITY_HAZARD && epatch "${FILESDIR}"/${PN}-20150815-nonroot-floodping.patch
32 }