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: sys-apps/iproute2/
Date: Mon, 04 Dec 2017 05:17:18
Message-Id: 1512364625.6ef70d33a60db1411b8ea3077dddf7690b4da248.robbat2@gentoo
1 commit: 6ef70d33a60db1411b8ea3077dddf7690b4da248
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 20:37:31 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 05:17:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef70d33
7
8 sys-apps/iproute2: uclibc fix already merged upstream
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 sys-apps/iproute2/iproute2-4.14.1-r1.ebuild | 8 --------
13 sys-apps/iproute2/iproute2-4.14.1.ebuild | 8 --------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
17 index 53f669c3461..b5e65df6695 100644
18 --- a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
19 +++ b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
20 @@ -51,14 +51,6 @@ src_prepare() {
21 )
22 fi
23
24 - # Local uclibc-ng compat fix until uclibc-ng upstream can sync
25 - # netinet/in.h with glibc. Resolves #626546.
26 - if use elibc_uclibc ; then
27 - PATCHES+=(
28 - "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch
29 - )
30 - fi
31 -
32 default
33
34 sed -i \
35
36 diff --git a/sys-apps/iproute2/iproute2-4.14.1.ebuild b/sys-apps/iproute2/iproute2-4.14.1.ebuild
37 index 53f669c3461..b5e65df6695 100644
38 --- a/sys-apps/iproute2/iproute2-4.14.1.ebuild
39 +++ b/sys-apps/iproute2/iproute2-4.14.1.ebuild
40 @@ -51,14 +51,6 @@ src_prepare() {
41 )
42 fi
43
44 - # Local uclibc-ng compat fix until uclibc-ng upstream can sync
45 - # netinet/in.h with glibc. Resolves #626546.
46 - if use elibc_uclibc ; then
47 - PATCHES+=(
48 - "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch
49 - )
50 - fi
51 -
52 default
53
54 sed -i \