From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/
Date: Thu, 30 Jan 2020 07:42:50 +0000 (UTC) [thread overview]
Message-ID: <1580363013.0a865f89eff32b3a59c1d988147eed55c56e85fa.gyakovlev@gentoo> (raw)
commit: 0a865f89eff32b3a59c1d988147eed55c56e85fa
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 05:43:33 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 05:43:33 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0a865f89
sys-apps/iproute2: restore ppc64 keyword
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
sys-apps/iproute2/iproute2-4.17.0-r1.ebuild | 4 ++--
sys-apps/iproute2/iproute2-4.17.0.ebuild | 4 ++--
sys-apps/iproute2/iproute2-4.20.0.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
index ee49133..5c01038 100644
--- a/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-4.17.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
- KEYWORDS="amd64 arm arm64 ~mips ppc x86"
+ KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
diff --git a/sys-apps/iproute2/iproute2-4.17.0.ebuild b/sys-apps/iproute2/iproute2-4.17.0.ebuild
index 3796d2a..7c90076 100644
--- a/sys-apps/iproute2/iproute2-4.17.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
- KEYWORDS="amd64 arm ~arm64 ~mips ppc x86"
+ KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
diff --git a/sys-apps/iproute2/iproute2-4.20.0.ebuild b/sys-apps/iproute2/iproute2-4.20.0.ebuild
index bfce3d1..5b654d9 100644
--- a/sys-apps/iproute2/iproute2-4.20.0.ebuild
+++ b/sys-apps/iproute2/iproute2-4.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
next reply other threads:[~2020-01-30 7:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-30 7:42 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-25 3:09 [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/ Jory Pratt
2019-07-03 3:08 Jory Pratt
2019-02-11 11:44 Anthony G. Basile
2018-12-29 18:52 Anthony G. Basile
2018-10-31 23:58 Anthony G. Basile
2018-10-29 11:39 Anthony G. Basile
2018-09-23 18:29 Anthony G. Basile
2018-06-11 17:29 Aric Belsito
2017-12-22 3:28 Anthony G. Basile
2017-12-10 21:00 Anthony G. Basile
2017-11-29 19:01 Aric Belsito
2017-11-21 18:55 Aric Belsito
2017-09-06 16:09 Aric Belsito
2017-02-21 20:39 Aric Belsito
2017-02-21 18:25 Aric Belsito
2016-01-03 16:26 Jory Pratt
2015-07-15 17:00 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1580363013.0a865f89eff32b3a59c1d988147eed55c56e85fa.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox