diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-11 20:15:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-11 20:15:01 +0300 |
commit | 478690d564169f857189ffbb80e8bfc142ec54c7 (patch) | |
tree | 886a39a9a44720d6d6f8decd966adf2d8926ab96 /net-firewall | |
parent | x11-terms/st-terminfo: Stabilize 0.8.5 ppc64, #867721 (diff) | |
download | gentoo-478690d564169f857189ffbb80e8bfc142ec54c7.tar.gz gentoo-478690d564169f857189ffbb80e8bfc142ec54c7.tar.bz2 gentoo-478690d564169f857189ffbb80e8bfc142ec54c7.zip |
net-firewall/nftables: Stabilize 1.0.5 hppa, #872743
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.5.ebuild b/net-firewall/nftables/nftables-1.0.5.ebuild index 25c141bfe41e..fa24a8b2fa6a 100644 --- a/net-firewall/nftables/nftables-1.0.5.ebuild +++ b/net-firewall/nftables/nftables-1.0.5.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 |