diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 13:50:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 13:52:00 +0200 |
commit | af0c5b0cea146ef60c848d5ab0139ec8a45ddfcd (patch) | |
tree | bc9bb18bbc33af9f550249f1ff08f205cb7b84df /net-analyzer | |
parent | gnome-extra/gnome-browser-connector: enable py3.12 (diff) | |
download | gentoo-af0c5b0cea146ef60c848d5ab0139ec8a45ddfcd.tar.gz gentoo-af0c5b0cea146ef60c848d5ab0139ec8a45ddfcd.tar.bz2 gentoo-af0c5b0cea146ef60c848d5ab0139ec8a45ddfcd.zip |
net-analyzer/fail2ban: Drop hppa
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-1.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-1.0.2-r2.ebuild b/net-analyzer/fail2ban/fail2ban-1.0.2-r2.ebuild index 2a67b21bda7b..bac3914820d3 100644 --- a/net-analyzer/fail2ban/fail2ban-1.0.2-r2.ebuild +++ b/net-analyzer/fail2ban/fail2ban-1.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 hppa ~loong ppc ppc64 ~riscv sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" fi LICENSE="GPL-2" |