From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30AFD138332 for ; Sat, 1 Oct 2016 20:55:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F43FE0912; Sat, 1 Oct 2016 20:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FB27E0912 for ; Sat, 1 Oct 2016 20:55:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB52633E3A9 for ; Sat, 1 Oct 2016 20:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A309C249F for ; Sat, 1 Oct 2016 20:55:03 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1473525241.5f8456304f97185849ac74ea1f00c0e659a8b7d1.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iputils/iputils-99999999.ebuild X-VCS-Directories: net-misc/iputils/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 5f8456304f97185849ac74ea1f00c0e659a8b7d1 X-VCS-Branch: master Date: Sat, 1 Oct 2016 20:55:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f073443b-233e-4bba-a067-bdf70a85c1fe X-Archives-Hash: 7e7773dab5aa0c9e5a305ac2aa7375a5 commit: 5f8456304f97185849ac74ea1f00c0e659a8b7d1 Author: Pavel Šimerda pavlix net> AuthorDate: Sat Sep 10 14:22:12 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Sep 10 16:34:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f845630 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 e2da683..eb88db4 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 }