projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312e3e6
)
net-misc/iputils: drop unnecessary uClibc patch
author
Pavel Šimerda
<pavlix@pavlix.net>
Sat, 10 Sep 2016 14:22:12 +0000
(16:22 +0200)
committer
Pavel Šimerda
<pavlix@pavlix.net>
Sat, 10 Sep 2016 16:34:01 +0000
(18:34 +0200)
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
patch
|
blob
|
history
diff --git
a/net-misc/iputils/iputils-99999999.ebuild
b/net-misc/iputils/iputils-99999999.ebuild
index e2da683f585ae2ac9764b3dc068dd6db518f7eac..eb88db46ba24357b739ba4ea93592caf274b6c3f 100644
(file)
--- 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
}