diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-08 13:35:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-08 13:35:16 +0200 |
commit | cb247e6d2a38de030d300af9d4f399c6bbd30f80 (patch) | |
tree | 53e2ef332f30cc5293a3b843899a5c376575e3f7 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.2.2-r1 arm64, #868963 (diff) | |
download | gentoo-cb247e6d2a38de030d300af9d4f399c6bbd30f80.tar.gz gentoo-cb247e6d2a38de030d300af9d4f399c6bbd30f80.tar.bz2 gentoo-cb247e6d2a38de030d300af9d4f399c6bbd30f80.zip |
net-firewall/nftables: Stabilize 1.0.4-r2 arm64, #868963
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.4-r2.ebuild b/net-firewall/nftables/nftables-1.0.4-r2.ebuild index 4aa46efd6d8a..0da0a19b311e 100644 --- a/net-firewall/nftables/nftables-1.0.4-r2.ebuild +++ b/net-firewall/nftables/nftables-1.0.4-r2.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2 verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.bz2.sig )" - KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86" BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |