From: Aaron Bauman Date: Mon, 8 Apr 2019 20:17:36 +0000 (-0400) Subject: net-firewall/nftables: arm64 keyworded (bug #668906) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3da16f2a976e598ef3af909cf3be880433e8798f;p=gentoo.git net-firewall/nftables: arm64 keyworded (bug #668906) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/net-firewall/nftables/nftables-0.9.0.ebuild b/net-firewall/nftables/nftables-0.9.0.ebuild index e50541dcd2f5..3a8ef1f307a2 100644 --- a/net-firewall/nftables/nftables-0.9.0.ebuild +++ b/net-firewall/nftables/nftables-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://git.netfilter.org/nftables/snapshot/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" IUSE="debug doc +gmp json +readline" RDEPEND=">=net-libs/libmnl-1.0.3:0=