diff options
author | 2022-05-22 13:27:17 +0200 | |
---|---|---|
committer | 2022-05-22 13:27:17 +0200 | |
commit | c0b26d60740701f342a3ed1776dd69737cf94277 (patch) | |
tree | 7933ed81bef583800308fc32437ab5a319f14843 /net-firewall | |
parent | sys-apps/findutils: Stabilize 4.9.0 hppa, #846860 (diff) | |
download | gentoo-c0b26d60740701f342a3ed1776dd69737cf94277.tar.gz gentoo-c0b26d60740701f342a3ed1776dd69737cf94277.tar.bz2 gentoo-c0b26d60740701f342a3ed1776dd69737cf94277.zip |
net-firewall/nftables: Stabilize 1.0.2-r1 hppa, #846866
Signed-off-by: Jakov Smolić <jsmolic@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 9a7af1d5d32a..a7337abb2897 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 |