diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2022-02-13 11:14:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-13 14:58:14 +0000 |
commit | f1ae701c376a51515e37c30472508e3de833c8f5 (patch) | |
tree | 5229e2384f3780da85bf841cb8a985e8b3daac92 /net-firewall | |
parent | net-firewall/iptables: stable 1.8.7 for hppa, bug #833063 (diff) | |
download | gentoo-f1ae701c376a51515e37c30472508e3de833c8f5.tar.gz gentoo-f1ae701c376a51515e37c30472508e3de833c8f5.tar.bz2 gentoo-f1ae701c376a51515e37c30472508e3de833c8f5.zip |
net-firewall/nftables: stable 1.0.1-r2 for hppa, bug #833063
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.1-r2.ebuild b/net-firewall/nftables/nftables-1.0.1-r2.ebuild index 200d07a1c304..3ab5c9291110 100644 --- a/net-firewall/nftables/nftables-1.0.1-r2.ebuild +++ b/net-firewall/nftables/nftables-1.0.1-r2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then " else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" fi LICENSE="GPL-2" |