Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/
Date: Sun, 10 Dec 2017 21:00:18
Message-Id: 1512939582.5fd9189d79e590112505d33c9ab23b65b1a132e8.blueness@gentoo
1 commit: 5fd9189d79e590112505d33c9ab23b65b1a132e8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 20:59:24 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 20:59:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=5fd9189d
7
8 sys-apps/iproute2: 4.14.1-r1 stable on all musl arches
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-apps/iproute2/iproute2-4.14.1-r1.ebuild | 10 +---------
13 1 file changed, 1 insertion(+), 9 deletions(-)
14
15 diff --git a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
16 index b8a34e6..9341b81 100644
17 --- a/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
18 +++ b/sys-apps/iproute2/iproute2-4.14.1-r1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
24 + KEYWORDS="amd64 arm ~mips ppc x86"
25 fi
26
27 DESCRIPTION="kernel routing and traffic control utilities"
28 @@ -52,14 +52,6 @@ src_prepare() {
29 )
30 fi
31
32 - # Local uclibc-ng compat fix until uclibc-ng upstream can sync
33 - # netinet/in.h with glibc. Resolves #626546.
34 - if use elibc_uclibc ; then
35 - PATCHES+=(
36 - "${FILESDIR}"/${PN}-4.12.0-uclibc-ng-add-ipproto_mh.patch
37 - )
38 - fi
39 -
40 default
41
42 sed -i \