diff options
author | Sam James <sam@gentoo.org> | 2022-02-10 09:50:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-10 09:50:20 +0000 |
commit | 9ad709b7b199008bb55aaa80bdf515e437e19bdc (patch) | |
tree | c35e56ae493c6ab17efa53948c61485a6f216431 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.2.1 amd64, #832395 (diff) | |
download | gentoo-9ad709b7b199008bb55aaa80bdf515e437e19bdc.tar.gz gentoo-9ad709b7b199008bb55aaa80bdf515e437e19bdc.tar.bz2 gentoo-9ad709b7b199008bb55aaa80bdf515e437e19bdc.zip |
net-firewall/nftables: Stabilize 1.0.1-r1 amd64, #832395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-1.0.1-r1.ebuild b/net-firewall/nftables/nftables-1.0.1-r1.ebuild index 584e495b73d4..73091814de64 100644 --- a/net-firewall/nftables/nftables-1.0.1-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.1-r1.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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="GPL-2" |