Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/
Date: Thu, 30 Jan 2020 07:42:54
Message-Id: 1580363013.0a865f89eff32b3a59c1d988147eed55c56e85fa.gyakovlev@gentoo
1 commit: 0a865f89eff32b3a59c1d988147eed55c56e85fa
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 05:43:33 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 05:43:33 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0a865f89
7
8 sys-apps/iproute2: restore ppc64 keyword
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-apps/iproute2/iproute2-4.17.0-r1.ebuild | 4 ++--
14 sys-apps/iproute2/iproute2-4.17.0.ebuild | 4 ++--
15 sys-apps/iproute2/iproute2-4.20.0.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
19 index ee49133..5c01038 100644
20 --- a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
21 +++ b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
29 inherit git-r3
30 else
31 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
32 - KEYWORDS="amd64 arm arm64 ~mips ppc x86"
33 + KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
34 fi
35
36 DESCRIPTION="kernel routing and traffic control utilities"
37
38 diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild b/sys-apps/iproute2/iproute2-4.17.0.ebuild
39 index 3796d2a..7c90076 100644
40 --- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
41 +++ b/sys-apps/iproute2/iproute2-4.17.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
49 inherit git-r3
50 else
51 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
52 - KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
53 + KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
54 fi
55
56 DESCRIPTION="kernel routing and traffic control utilities"
57
58 diff --git a/sys-apps/iproute2/iproute2-4.20.0.ebuild b/sys-apps/iproute2/iproute2-4.20.0.ebuild
59 index bfce3d1..5b654d9 100644
60 --- a/sys-apps/iproute2/iproute2-4.20.0.ebuild
61 +++ b/sys-apps/iproute2/iproute2-4.20.0.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 +# Copyright 1999-2020 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
69 inherit git-r3
70 else
71 SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
72 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
73 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
74 fi
75
76 DESCRIPTION="kernel routing and traffic control utilities"