diff options
author | 2022-02-10 10:04:13 +0000 | |
---|---|---|
committer | 2022-02-10 10:04:13 +0000 | |
commit | 82e05c77c999ecf05142c6350baec99ff47a4e74 (patch) | |
tree | e65b83a7be1f228df4e4fdc9d831ddb52674dacc /net-analyzer | |
parent | dev-python/python-systemd: Stabilize 234-r1 ppc, #831578 (diff) | |
download | gentoo-82e05c77c999ecf05142c6350baec99ff47a4e74.tar.gz gentoo-82e05c77c999ecf05142c6350baec99ff47a4e74.tar.bz2 gentoo-82e05c77c999ecf05142c6350baec99ff47a4e74.zip |
net-analyzer/fail2ban: Stabilize 0.11.2-r4 ppc, #831578
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild b/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild index d48571694984..e3a0d4fe6ebe 100644 --- a/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ppc ~ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ppc ~ppc64 ~sparc x86" fi LICENSE="GPL-2" |