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, 23 Sep 2018 18:29:55
Message-Id: 1537727372.3e88951776e315d3ec666bcf3e7c4fbe6c09cabd.blueness@gentoo
1 commit: 3e88951776e315d3ec666bcf3e7c4fbe6c09cabd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 23 18:29:32 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 23 18:29:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=3e889517
7
8 sys-apps/iproute2: stabilize on all musl supported arches
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-apps/iproute2/iproute2-4.17.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild b/sys-apps/iproute2/iproute2-4.17.0.ebuild
16 index bbe612b..3796d2a 100644
17 --- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
18 +++ b/sys-apps/iproute2/iproute2-4.17.0.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="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
24 + KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
25 fi
26
27 DESCRIPTION="kernel routing and traffic control utilities"