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 C6B8C158086 for ; Fri, 29 Oct 2021 18:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B5EE0898; Fri, 29 Oct 2021 18:53:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 42AA9E0898 for ; Fri, 29 Oct 2021 18:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0A2A3343363 for ; Fri, 29 Oct 2021 18:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34552177 for ; Fri, 29 Oct 2021 18:53:20 +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: <1635533583.202aa2e20b3ea2f25400fe723e191a8c364f1497.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: 202aa2e20b3ea2f25400fe723e191a8c364f1497 X-VCS-Branch: master Date: Fri, 29 Oct 2021 18:53:20 +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: 844f9a42-8251-4de2-889f-deeebe0b05d5 X-Archives-Hash: 944dba38c4b4dfb8d12d1d6fd6efab0a commit: 202aa2e20b3ea2f25400fe723e191a8c364f1497 Author: Sam James gentoo org> AuthorDate: Fri Oct 29 18:53:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 18:53:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202aa2e2 net-firewall/ferm: Stabilize 2.6 amd64, #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 fe419f389e4..a0449f5afb1 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"