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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38D06158086 for ; Fri, 29 Oct 2021 18:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5214E0896; Fri, 29 Oct 2021 18:54:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC68BE0896 for ; Fri, 29 Oct 2021 18:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B939D343317 for ; Fri, 29 Oct 2021 18:54:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 443BA177 for ; Fri, 29 Oct 2021 18:54:06 +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: <1635533627.2c4c9c8b7c6919d7a866427bcf02f1da666806ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ferm/ferm-2.6.ebuild X-VCS-Directories: net-firewall/ferm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c4c9c8b7c6919d7a866427bcf02f1da666806ea X-VCS-Branch: master Date: Fri, 29 Oct 2021 18:54:06 +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: 77d71351-632f-4156-b82f-37532d6b69fa X-Archives-Hash: d51337a98e53cdf4dba9d656fc852b5b commit: 2c4c9c8b7c6919d7a866427bcf02f1da666806ea Author: Sam James gentoo org> AuthorDate: Fri Oct 29 18:53:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 18:53:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4c9c8b net-firewall/ferm: Stabilize 2.6 ppc, #820734 Signed-off-by: Sam James gentoo.org> net-firewall/ferm/ferm-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ferm/ferm-2.6.ebuild b/net-firewall/ferm/ferm-2.6.ebuild index a0449f5afb1..97c1afeb9f9 100644 --- a/net-firewall/ferm/ferm-2.6.ebuild +++ b/net-firewall/ferm/ferm-2.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" # Uses Internet connection while testing. RESTRICT="test"