diff options
author | Sam James <sam@gentoo.org> | 2022-05-22 04:19:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-22 04:19:42 +0100 |
commit | f9c6af04832ca7d8dc2ddd5cbfd9ff264022be73 (patch) | |
tree | 6b4bc3606b82f99c73094a634f54d016e9a51640 /net-firewall/nftables | |
parent | net-misc/whois: Stabilize 5.5.13 amd64, #846863 (diff) | |
download | gentoo-f9c6af04832ca7d8dc2ddd5cbfd9ff264022be73.tar.gz gentoo-f9c6af04832ca7d8dc2ddd5cbfd9ff264022be73.tar.bz2 gentoo-f9c6af04832ca7d8dc2ddd5cbfd9ff264022be73.zip |
net-firewall/nftables: Stabilize 1.0.2-r1 amd64, #846866
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-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 4e105370dd23..efddc00e9729 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 |