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 524931382C5 for ; Sat, 8 May 2021 18:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E6BBE08F2; Sat, 8 May 2021 18:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8575CE08F3 for ; Sat, 8 May 2021 18:55:28 +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 A0044340EBA for ; Sat, 8 May 2021 18:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C04D794 for ; Sat, 8 May 2021 18:55:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620500105.7d5e191473535dbb448056ae315a2357c0811a7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ebtables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ebtables/ebtables-2.0.11-r3.ebuild X-VCS-Directories: net-firewall/ebtables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d5e191473535dbb448056ae315a2357c0811a7b X-VCS-Branch: master Date: Sat, 8 May 2021 18:55:24 +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: 1fa77800-e250-442f-8de2-0bc1126fb5e7 X-Archives-Hash: 328af1a74421fd5e21c59976516fe5ab commit: 7d5e191473535dbb448056ae315a2357c0811a7b Author: Sam James gentoo org> AuthorDate: Sat May 8 18:55:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 8 18:55:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5e1914 net-firewall/ebtables: Stabilize 2.0.11-r3 ppc, #788931 Signed-off-by: Sam James gentoo.org> net-firewall/ebtables/ebtables-2.0.11-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild index e6f4b742942..c8736d46935 100644 --- a/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.11-r3.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86" IUSE="+perl static" BDEPEND=">=app-eselect/eselect-iptables-20200508"