diff options
author | Sam James <sam@gentoo.org> | 2021-10-28 07:21:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-28 07:21:29 +0100 |
commit | fc8b97a8aecc63826fc8a6de834a5bc0c1de92af (patch) | |
tree | b0860a97d325d65cb83bd2791ae1c9f40445722e /net-firewall | |
parent | media-sound/pavucontrol: Stabilize 5.0-r1 amd64, #813978 (diff) | |
download | gentoo-fc8b97a8aecc63826fc8a6de834a5bc0c1de92af.tar.gz gentoo-fc8b97a8aecc63826fc8a6de834a5bc0c1de92af.tar.bz2 gentoo-fc8b97a8aecc63826fc8a6de834a5bc0c1de92af.zip |
net-firewall/nftables: Stabilize 1.0.0 amd64, #820554
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.0.ebuild b/net-firewall/nftables/nftables-1.0.0.ebuild index bf4ca7378e25..4721ae6ed2f6 100644 --- a/net-firewall/nftables/nftables-1.0.0.ebuild +++ b/net-firewall/nftables/nftables-1.0.0.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then " else SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2" |