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 A8E9F1382C5 for ; Sun, 27 Dec 2020 05:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA722BC02F; Sun, 27 Dec 2020 05:40:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A24B72BC02F for ; Sun, 27 Dec 2020 05:40:52 +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 473B5341360 for ; Sun, 27 Dec 2020 05:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABFCFB8 for ; Sun, 27 Dec 2020 05:40:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609047646.21aa5e9ba8cb8eac307f7bb72fa75fe6c2fed7b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/daq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/daq/daq-2.0.7.ebuild X-VCS-Directories: net-libs/daq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 21aa5e9ba8cb8eac307f7bb72fa75fe6c2fed7b9 X-VCS-Branch: master Date: Sun, 27 Dec 2020 05:40:49 +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: 382059b4-155a-436f-896c-0d91e65d7d3f X-Archives-Hash: eb614350d974d872aea7443f9a8d5581 commit: 21aa5e9ba8cb8eac307f7bb72fa75fe6c2fed7b9 Author: Sam James gentoo org> AuthorDate: Sun Dec 27 05:39:52 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 05:40:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21aa5e9b net-libs/daq: Keyword 2.0.7 arm64, #728712 Signed-off-by: Sam James gentoo.org> net-libs/daq/daq-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/daq/daq-2.0.7.ebuild b/net-libs/daq/daq-2.0.7.ebuild index 9abd8473323..f5dc21493cd 100644 --- a/net-libs/daq/daq-2.0.7.ebuild +++ b/net-libs/daq/daq-2.0.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.snort.org/downloads/snort/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs" PCAP_DEPEND=">=net-libs/libpcap-1.0.0"