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 2BDE8138334 for ; Fri, 15 Jun 2018 16:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E904E08DD; Fri, 15 Jun 2018 16:01:33 +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 10AADE08DD for ; Fri, 15 Jun 2018 16:01:32 +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 D4B67335C7E for ; Fri, 15 Jun 2018 16:01:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ABFA2C2 for ; Fri, 15 Jun 2018 16:01:27 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1529078479.6bf1bdd00b976aabbdf37802daae42a88d2aeb0a.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild X-VCS-Directories: net-firewall/ipt_netflow/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 6bf1bdd00b976aabbdf37802daae42a88d2aeb0a X-VCS-Branch: master Date: Fri, 15 Jun 2018 16:01:27 +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-Archives-Salt: 921b9dd1-0eda-4cd0-9c05-7a2e0847561c X-Archives-Hash: 9c6abe693ec881ff018a8c3d3dcc6bc0 commit: 6bf1bdd00b976aabbdf37802daae42a88d2aeb0a Author: Sergey Popov gentoo org> AuthorDate: Fri Jun 15 15:58:13 2018 +0000 Commit: Sergey Popov gentoo org> CommitDate: Fri Jun 15 16:01:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf1bdd0 net-firewall/ipt_netflow-2.3: stable on amd64 and x86 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild b/net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild index e5345962d7d..04f6abd7769 100644 --- a/net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild +++ b/net-firewall/ipt_netflow/ipt_netflow-2.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/aabc/ipt-netflow/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug natevents snmp"