summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Šimerda <pavlix@pavlix.net>2016-09-10 16:22:12 +0200
committerPavel Šimerda <pavlix@pavlix.net>2016-09-10 18:34:01 +0200
commit5f8456304f97185849ac74ea1f00c0e659a8b7d1 (patch)
tree366c3568291d46bee4cd9a418201612e62d736a1 /net-misc
parentnet-misc/iputils: make 99999999 buildable (diff)
downloadgentoo-5f8456304f97185849ac74ea1f00c0e659a8b7d1.tar.gz
gentoo-5f8456304f97185849ac74ea1f00c0e659a8b7d1.tar.bz2
gentoo-5f8456304f97185849ac74ea1f00c0e659a8b7d1.zip
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.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/iputils/iputils-99999999.ebuild5
1 files changed, 0 insertions, 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
}