diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-05-22 08:19:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-05-22 08:19:01 +0200 |
commit | 2b143812fb56a14f64e0906f617bafc2cec9d987 (patch) | |
tree | 8c8e5bfe6e6eb4e4e1146c9f0690a42be19229e1 /net-firewall | |
parent | net-misc/whois: arm64 stable wrt bug #846863 (diff) | |
download | gentoo-2b143812fb56a14f64e0906f617bafc2cec9d987.tar.gz gentoo-2b143812fb56a14f64e0906f617bafc2cec9d987.tar.bz2 gentoo-2b143812fb56a14f64e0906f617bafc2cec9d987.zip |
net-firewall/nftables: arm64 stable wrt bug #846866
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.2-r1.ebuild b/net-firewall/nftables/nftables-1.0.2-r1.ebuild index 5cdff3145b7d..f12391d2ac8c 100644 --- a/net-firewall/nftables/nftables-1.0.2-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.2-r1.ebuild @@ -21,7 +21,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" VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/netfilter.org.asc BDEPEND+="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |