diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 23:59:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 23:59:29 +0100 |
commit | 7963f86c3f731869ea21163bf84abf1523020c24 (patch) | |
tree | 5ec74406204447df302c6364de9d7ec2a0dd4fc4 /net-firewall/nftables | |
parent | dev-ruby/shoulda-matchers: Stabilize 3.1.3-r2 x86, #904904 (diff) | |
download | gentoo-7963f86c3f731869ea21163bf84abf1523020c24.tar.gz gentoo-7963f86c3f731869ea21163bf84abf1523020c24.tar.bz2 gentoo-7963f86c3f731869ea21163bf84abf1523020c24.zip |
net-firewall/nftables: Stabilize 1.0.7-r1 amd64, #904916
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.7-r1.ebuild b/net-firewall/nftables/nftables-1.0.7-r1.ebuild index bee5c7fd77bd..43730acaf1c2 100644 --- a/net-firewall/nftables/nftables-1.0.7-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.7-r1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.xz verify-sig? ( https://netfilter.org/projects/nftables/files/${P}.tar.xz.sig )" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-netfilter )" fi |