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 C3FD1139345 for ; Sun, 4 Jul 2021 06:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C17D0E083D; Sun, 4 Jul 2021 06:06:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AAFCCE083D for ; Sun, 4 Jul 2021 06:06:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93268342AEC for ; Sun, 4 Jul 2021 06:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1386C7C1 for ; Sun, 4 Jul 2021 06:06: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: <1625378792.63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cni-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cni-plugins/cni-plugins-0.9.1.ebuild X-VCS-Directories: net-misc/cni-plugins/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6 X-VCS-Branch: master Date: Sun, 4 Jul 2021 06:06: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: d31956fb-b6f5-4e96-af9d-8107198e23e6 X-Archives-Hash: 755997ebe3ea62f178770326726749fb commit: 63ba0e4fcac4b3f63f4094fe7610f1b6c2b257f6 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 4 04:35:00 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 4 06:06:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ba0e4f net-misc/cni-plugins: keyword 0.9.1 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> net-misc/cni-plugins/cni-plugins-0.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild index 3ef070097fe..0a19fc7de65 100644 --- a/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild +++ b/net-misc/cni-plugins/cni-plugins-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/containernetworking/plugins/archive/v${PV}.tar.gz -> LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="hardened" CONFIG_CHECK="~BRIDGE_VLAN_FILTERING"