From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F25E138334 for ; Tue, 21 May 2019 16:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D34E083D; Tue, 21 May 2019 16:39:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4480DE083D for ; Tue, 21 May 2019 16:39:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0002344CDF for ; Tue, 21 May 2019 16:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A7F326 for ; Tue, 21 May 2019 16:39:14 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1558456580.efa7e175efed66ff4ded0f8345400348f04a1239.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-0.9.0-r4.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: efa7e175efed66ff4ded0f8345400348f04a1239 X-VCS-Branch: master Date: Tue, 21 May 2019 16:39:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 875f69ea-93ed-4b70-aa90-70d6cd281b6c X-Archives-Hash: 3d76bf4b792e6be11852bc0e871e093f commit: efa7e175efed66ff4ded0f8345400348f04a1239 Author: Stephen Klimaszewski gentoo org> AuthorDate: Tue May 21 16:36:11 2019 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue May 21 16:36:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa7e175 net-firewall/nftables: add ~arm64 keyword Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski gentoo.org> net-firewall/nftables/nftables-0.9.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.9.0-r4.ebuild b/net-firewall/nftables/nftables-0.9.0-r4.ebuild index 6578419d4fe..0529f229347 100644 --- a/net-firewall/nftables/nftables-0.9.0-r4.ebuild +++ b/net-firewall/nftables/nftables-0.9.0-r4.ebuild @@ -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 +modern_kernel +readline" RDEPEND=">=net-libs/libmnl-1.0.3:0=