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 9B7A1138359 for ; Mon, 7 Sep 2020 08:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 992BCE0973; Mon, 7 Sep 2020 08:47:58 +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 81AD2E0973 for ; Mon, 7 Sep 2020 08:47:58 +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 0EC34340CAC for ; Mon, 7 Sep 2020 08:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2D335C for ; Mon, 7 Sep 2020 08:47:54 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1599468454.4b9a2f3ec6b64fa926a1dc61f8b16c4c73dc7c14.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-iptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild X-VCS-Directories: app-eselect/eselect-iptables/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4b9a2f3ec6b64fa926a1dc61f8b16c4c73dc7c14 X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:47:54 +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: bfd9afe4-7c22-41b5-9123-70cca8b4db7b X-Archives-Hash: e1f5bf02229729e1c57014ece18b9fc1 commit: 4b9a2f3ec6b64fa926a1dc61f8b16c4c73dc7c14 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Sep 7 08:37:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Sep 7 08:47:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9a2f3e app-eselect/eselect-iptables: stable 20200508 for ppc64 stable wrt bug #733498 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild b/app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild index 5e82c80ecdc..e5c02d3e1a5 100644 --- a/app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild +++ b/app-eselect/eselect-iptables/eselect-iptables-20200508.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://dev.gentoo.org/~chutzpah/dist/iptables/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" RDEPEND="app-admin/eselect"