From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1665288-garchives=archives.gentoo.org@lists.gentoo.org> 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 DBCCA1581FB for <garchives@archives.gentoo.org>; Thu, 29 Aug 2024 06:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE8ECE29F6; Thu, 29 Aug 2024 06:34:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0EC3E29F5 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 06:34:05 +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 AD6B233BE26 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 06:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F160B1F28 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2024 06:34:01 +0000 (UTC) From: "Jakov Smolić" <jsmolic@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org> Message-ID: <1724913218.1775d5c7c890ecfa5585d3b365c7bfcba9f2f1a9.jsmolic@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-r2.ebuild X-VCS-Directories: net-analyzer/fail2ban/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 1775d5c7c890ecfa5585d3b365c7bfcba9f2f1a9 X-VCS-Branch: master Date: Thu, 29 Aug 2024 06:34:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81f35385-741c-4d1e-be4a-39f377189378 X-Archives-Hash: 0d0ea6f0f1da2f89c6eb43175cbb123a commit: 1775d5c7c890ecfa5585d3b365c7bfcba9f2f1a9 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 06:33:38 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 06:33:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1775d5c7 net-analyzer/fail2ban: Stabilize 1.1.0-r2 ppc64, #938646 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-analyzer/fail2ban/fail2ban-1.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/fail2ban/fail2ban-1.1.0-r2.ebuild b/net-analyzer/fail2ban/fail2ban-1.1.0-r2.ebuild index e34929008acf..53a2b41e3c7f 100644 --- a/net-analyzer/fail2ban/fail2ban-1.1.0-r2.ebuild +++ b/net-analyzer/fail2ban/fail2ban-1.1.0-r2.ebuild @@ -16,7 +16,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 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-2"