Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
Date: Thu, 20 Jan 2022 13:16:11
Message-Id: 1642684557.f44634fe3241b9e1cb1aeb1eff65af38f4ca4b02.jsmolic@gentoo
1 commit: f44634fe3241b9e1cb1aeb1eff65af38f4ca4b02
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 13:15:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 13:15:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44634fe
7
8 net-analyzer/fail2ban: Stabilize 0.11.2-r2 x86, #831578
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/fail2ban/fail2ban-0.11.2-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2-r2.ebuild b/net-analyzer/fail2ban/fail2ban-0.11.2-r2.ebuild
16 index e1483b6442e6..411878569f34 100644
17 --- a/net-analyzer/fail2ban/fail2ban-0.11.2-r2.ebuild
18 +++ b/net-analyzer/fail2ban/fail2ban-0.11.2-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
30 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
31 fi
32
33 LICENSE="GPL-2"