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 51CE013835A for ; Tue, 29 Dec 2020 08:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F8C1E0A88; Tue, 29 Dec 2020 08:36:35 +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 78A54E0A88 for ; Tue, 29 Dec 2020 08:36:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C33103410EF for ; Tue, 29 Dec 2020 08:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CDC846B for ; Tue, 29 Dec 2020 08:36:32 +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: <1609230973.6039b94de1ade58233932e757cb059d1ddc50c08.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: 6039b94de1ade58233932e757cb059d1ddc50c08 X-VCS-Branch: master Date: Tue, 29 Dec 2020 08:36:32 +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: 549ffae6-be9b-4a74-b4e4-c24a47d91f45 X-Archives-Hash: 7718f9ba765852eb3d12b5ca0eca09dd commit: 6039b94de1ade58233932e757cb059d1ddc50c08 Author: Sam James gentoo org> AuthorDate: Tue Dec 29 08:36:13 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 29 08:36:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6039b94d net-libs/daq: Stabilize 2.0.7 amd64, #761867 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 f5dc21493cd..50a56e1d375 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 ~arm64 ~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"