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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3E08158245 for ; Thu, 5 Dec 2024 18:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3CCAE09C7; Thu, 5 Dec 2024 18:31:10 +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 A7F4AE09B1 for ; Thu, 5 Dec 2024 18:31:10 +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 C681F3412DE for ; Thu, 5 Dec 2024 18:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C9F1F7A for ; Thu, 5 Dec 2024 18:31:07 +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: <1733423420.ac796843f78865dcafa5ef7c101ea73dfc84aa90.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firehol/firehol-3.1.7-r2.ebuild X-VCS-Directories: net-firewall/firehol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac796843f78865dcafa5ef7c101ea73dfc84aa90 X-VCS-Branch: master Date: Thu, 5 Dec 2024 18:31:07 +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: 5f1649b7-cbed-4277-8f09-5eee69d56ec9 X-Archives-Hash: 4a53e9739028044fc3d19f447a0d0071 commit: ac796843f78865dcafa5ef7c101ea73dfc84aa90 Author: Sam James gentoo org> AuthorDate: Thu Dec 5 18:30:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 5 18:30:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac796843 net-firewall/firehol: Stabilize 3.1.7-r2 amd64, #945684 Signed-off-by: Sam James gentoo.org> net-firewall/firehol/firehol-3.1.7-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firehol/firehol-3.1.7-r2.ebuild b/net-firewall/firehol/firehol-3.1.7-r2.ebuild index 05ac22786f25..b1666947f580 100644 --- a/net-firewall/firehol/firehol-3.1.7-r2.ebuild +++ b/net-firewall/firehol/firehol-3.1.7-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz LICENSE="GPL-2" SLOT="0" IUSE="doc ipv6 ipset" -KEYWORDS="~amd64 arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ~x86" # Set the dependency versions to aid cross-compiling. Keep them at their # minimums as the configure script merely checks whether they are sufficient.