From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3EFE81581B9 for ; Wed, 01 Oct 2025 22:23:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A911340E73 for ; Wed, 01 Oct 2025 22:23:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 53F4511057A; Wed, 01 Oct 2025 22:23:30 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4AA0C11057A for ; Wed, 01 Oct 2025 22:23:30 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0845E340E5B for ; Wed, 01 Oct 2025 22:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA823A6C for ; Wed, 01 Oct 2025 22:23:27 +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: <1759357317.a76c2530e46d2a7401aafe74434ec0e558f8637d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a76c2530e46d2a7401aafe74434ec0e558f8637d X-VCS-Branch: master Date: Wed, 01 Oct 2025 22:23:27 +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: 6e31bd01-b1fd-48e6-9582-b1a1e7cce033 X-Archives-Hash: 7b418670a584f09a6bbc4952c6d5597a commit: a76c2530e46d2a7401aafe74434ec0e558f8637d Author: Sam James gentoo org> AuthorDate: Wed Oct 1 22:21:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 1 22:21:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a76c2530 net-analyzer/fail2ban: Stabilize 1.1.0-r4 ALLARCHES, #963635 Signed-off-by: Sam James gentoo.org> net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild b/net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild index 49a53ad4ae0f..e0c61604fda7 100644 --- a/net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild +++ b/net-analyzer/fail2ban/fail2ban-1.1.0-r4.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/fail2ban/fail2ban/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-2"