From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38901138351 for ; Thu, 30 Jan 2020 07:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58BF6E085D; Thu, 30 Jan 2020 07:42:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 325C1E085D for ; Thu, 30 Jan 2020 07:42:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 485AD34E54D for ; Thu, 30 Jan 2020 07:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D07EE for ; Thu, 30 Jan 2020 07:42:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1580363013.0a865f89eff32b3a59c1d988147eed55c56e85fa.gyakovlev@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/iproute2/ X-VCS-Repository: proj/musl X-VCS-Files: sys-apps/iproute2/iproute2-4.17.0-r1.ebuild sys-apps/iproute2/iproute2-4.17.0.ebuild sys-apps/iproute2/iproute2-4.20.0.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0a865f89eff32b3a59c1d988147eed55c56e85fa X-VCS-Branch: master Date: Thu, 30 Jan 2020 07:42:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f162f1b-dc95-4569-89b8-50730447ba08 X-Archives-Hash: 280d11af0892ef83f0fe7489f4720a30 commit: 0a865f89eff32b3a59c1d988147eed55c56e85fa Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 30 05:43:33 2020 +0000 Commit: Georgy Yakovlev gentoo 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 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"