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 62578139083 for ; Mon, 4 Dec 2017 05:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AB78E0E2D; Mon, 4 Dec 2017 05:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28ACFE0E2D for ; Mon, 4 Dec 2017 05:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78F4933BF0F for ; Mon, 4 Dec 2017 05:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C5E7AC4C for ; Mon, 4 Dec 2017 05:17:14 +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: <1512364625.6ef70d33a60db1411b8ea3077dddf7690b4da248.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-4.14.1-r1.ebuild sys-apps/iproute2/iproute2-4.14.1.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 6ef70d33a60db1411b8ea3077dddf7690b4da248 X-VCS-Branch: master Date: Mon, 4 Dec 2017 05:17:14 +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: 93f5e682-43c7-46e6-b763-389528709620 X-Archives-Hash: d788b8de6e1c95b3c1189e947a9e312b commit: 6ef70d33a60db1411b8ea3077dddf7690b4da248 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Dec 2 20:37:31 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Dec 4 05:17:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef70d33 sys-apps/iproute2: uclibc fix already merged upstream Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-apps/iproute2/iproute2-4.14.1-r1.ebuild | 8 -------- sys-apps/iproute2/iproute2-4.14.1.ebuild | 8 -------- 2 files changed, 16 deletions(-) diff --git a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild index 53f669c3461..b5e65df6695 100644 --- a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild @@ -51,14 +51,6 @@ src_prepare() { ) fi - # Local uclibc-ng compat fix until uclibc-ng upstream can sync - # netinet/in.h with glibc. Resolves #626546. - if use elibc_uclibc ; then - PATCHES+=( - "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch - ) - fi - default sed -i \ diff --git a/sys-apps/iproute2/iproute2-4.14.1.ebuild b/sys-apps/iproute2/iproute2-4.14.1.ebuild index 53f669c3461..b5e65df6695 100644 --- a/sys-apps/iproute2/iproute2-4.14.1.ebuild +++ b/sys-apps/iproute2/iproute2-4.14.1.ebuild @@ -51,14 +51,6 @@ src_prepare() { ) fi - # Local uclibc-ng compat fix until uclibc-ng upstream can sync - # netinet/in.h with glibc. Resolves #626546. - if use elibc_uclibc ; then - PATCHES+=( - "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch - ) - fi - default sed -i \