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 59BA91382C5 for ; Sat, 3 Apr 2021 16:10:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94948E08BB; Sat, 3 Apr 2021 16:10:44 +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 7C3AEE08BB for ; Sat, 3 Apr 2021 16:10:44 +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 6C365335DBE for ; Sat, 3 Apr 2021 16:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2BCF63E for ; Sat, 3 Apr 2021 16:10:41 +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: <1617466228.4e94e22b50f5cf0f575fb9fa59ec9fc16532ec27.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/synscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/synscan/synscan-5.02.ebuild X-VCS-Directories: net-analyzer/synscan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e94e22b50f5cf0f575fb9fa59ec9fc16532ec27 X-VCS-Branch: master Date: Sat, 3 Apr 2021 16:10:41 +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: b8472303-e9b8-4313-b4cf-8f46ffa0f7f7 X-Archives-Hash: eeee025e53b578b3bc28e0607a2f3fd0 commit: 4e94e22b50f5cf0f575fb9fa59ec9fc16532ec27 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 01:06:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 16:10:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e94e22b net-analyzer/synscan: ~x64-macos keyworded Signed-off-by: Sam James gentoo.org> net-analyzer/synscan/synscan-5.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/synscan/synscan-5.02.ebuild b/net-analyzer/synscan/synscan-5.02.ebuild index 2da333b19de..020b4811326 100644 --- a/net-analyzer/synscan/synscan-5.02.ebuild +++ b/net-analyzer/synscan/synscan-5.02.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.digit-labs.org/files/tools/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~x64-macos" IUSE="kernel_Darwin kernel_FreeBSD kernel_linux kernel_SunOS" RDEPEND="net-libs/libpcap"