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: Sat, 29 Dec 2018 18:53:02
Message-Id: 1546109570.a2cb5c5d9eb127fbd92fff48640f4680eb3cd540.blueness@gentoo
1 commit: a2cb5c5d9eb127fbd92fff48640f4680eb3cd540
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 18:52:50 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 18:52:50 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a2cb5c5d
7
8 sys-apps/iproute2: stable on arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/iproute2/iproute2-4.17.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
17 index b5554e6..ee49133 100644
18 --- a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
19 +++ b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
24 - KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
25 + KEYWORDS="amd64 arm arm64 ~mips ppc x86"
26 fi
27
28 DESCRIPTION="kernel routing and traffic control utilities"