summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-04-08 16:17:36 -0400
committerAaron Bauman <bman@gentoo.org>2019-04-08 16:17:36 -0400
commit3da16f2a976e598ef3af909cf3be880433e8798f (patch)
tree31cb58c6993f79aff094f30c1b3ae8309c876a71 /net-firewall
parentnet-firewall/firewalld: arm64 keyworded (bug #668906) (diff)
downloadgentoo-3da16f2a976e598ef3af909cf3be880433e8798f.tar.gz
gentoo-3da16f2a976e598ef3af909cf3be880433e8798f.tar.bz2
gentoo-3da16f2a976e598ef3af909cf3be880433e8798f.zip
net-firewall/nftables: arm64 keyworded (bug #668906)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/nftables/nftables-0.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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=