diff options
author | Sam James <sam@gentoo.org> | 2021-05-09 01:29:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-09 01:29:08 +0000 |
commit | 8bc31c799aa017e8920718db82e09cf70fb15d8a (patch) | |
tree | 6019f4e134052167ee48b8d1920347956550c363 /net-firewall | |
parent | net-libs/libnftnl: Stabilize 1.1.9 arm64, #788940 (diff) | |
download | gentoo-8bc31c799aa017e8920718db82e09cf70fb15d8a.tar.gz gentoo-8bc31c799aa017e8920718db82e09cf70fb15d8a.tar.bz2 gentoo-8bc31c799aa017e8920718db82e09cf70fb15d8a.zip |
net-firewall/nftables: Stabilize 0.9.8 arm64, #788940
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-0.9.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-0.9.8.ebuild b/net-firewall/nftables/nftables-0.9.8.ebuild index 7f5724e32e23..38a5ba3783b7 100644 --- a/net-firewall/nftables/nftables-0.9.8.ebuild +++ b/net-firewall/nftables/nftables-0.9.8.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 sparc x86" IUSE="debug doc +gmp json +modern-kernel python +readline static-libs xtables" RDEPEND=" |