Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/
Date: Wed, 10 Jan 2018 06:19:53
Message-Id: 1515565031.b1ce3ae862bab13e8bbaac948e1c9df03195f4a1.maekke@gentoo
1 commit: b1ce3ae862bab13e8bbaac948e1c9df03195f4a1
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 06:11:11 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 06:17:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ce3ae8
7
8 sys-apps/iproute2: arm stable, bug #639536
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --include-arches="arm"
12
13 sys-apps/iproute2/iproute2-4.14.1-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
17 index 4a536c37e65..c31766adf84 100644
18 --- a/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
19 +++ b/sys-apps/iproute2/iproute2-4.14.1-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3
28 else
29 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
30 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
31 + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
32 fi
33
34 DESCRIPTION="kernel routing and traffic control utilities"