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 B85DF138335 for ; Tue, 27 Aug 2019 07:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F6A0E091B; Tue, 27 Aug 2019 07:35:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 03189E091B for ; Tue, 27 Aug 2019 07:35:27 +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 1DC3534A343 for ; Tue, 27 Aug 2019 07:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C4976B for ; Tue, 27 Aug 2019 07:35:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1566891317.eedbd2b98c42ceb5728db8c3d476620df6dd67d9.mattst88@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.2.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eedbd2b98c42ceb5728db8c3d476620df6dd67d9 X-VCS-Branch: master Date: Tue, 27 Aug 2019 07:35:25 +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: ae7a4c48-37a4-4827-b32b-c8d7e45fb12b X-Archives-Hash: 526d1555e92eab9c363e5ab51a580c3d commit: eedbd2b98c42ceb5728db8c3d476620df6dd67d9 Author: Matt Turner gentoo org> AuthorDate: Tue Aug 27 07:31:25 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Aug 27 07:35:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedbd2b9 net-firewall/nftables-0.9.2: added ~sparc Signed-off-by: Matt Turner gentoo.org> net-firewall/nftables/nftables-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/nftables/nftables-0.9.2.ebuild b/net-firewall/nftables/nftables-0.9.2.ebuild index 983784f71ba..112b5f0b9af 100644 --- a/net-firewall/nftables/nftables-0.9.2.ebuild +++ b/net-firewall/nftables/nftables-0.9.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86" IUSE="debug +doc +gmp json +modern_kernel python +readline static-libs xtables" RDEPEND="