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 027D113835A for ; Sun, 5 Jul 2020 13:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42121E0864; Sun, 5 Jul 2020 13:38:17 +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 28213E0864 for ; Sun, 5 Jul 2020 13:38:17 +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 2B5A834F038 for ; Sun, 5 Jul 2020 13:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D93A72C8 for ; Sun, 5 Jul 2020 13:38:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1593956268.99f8d6a6f5a98ce1d4d119ab28030b657a1a2c57.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/kismet/kismet-2020.04.3.ebuild X-VCS-Directories: net-wireless/kismet/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 99f8d6a6f5a98ce1d4d119ab28030b657a1a2c57 X-VCS-Branch: master Date: Sun, 5 Jul 2020 13:38:14 +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: 22c28f4c-476c-410f-83b3-f908c766fdf0 X-Archives-Hash: eb2222ee5cd39dfb1c1805a3a66e472e commit: 99f8d6a6f5a98ce1d4d119ab28030b657a1a2c57 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Jul 5 13:37:48 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Jul 5 13:37:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f8d6a6 net-wireless/kismet: arm stable wrt bug #702448 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo gentoo.org> net-wireless/kismet/kismet-2020.04.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/kismet/kismet-2020.04.3.ebuild b/net-wireless/kismet/kismet-2020.04.3.ebuild index d2cd9b270bb..d6eee031eb3 100644 --- a/net-wireless/kismet/kismet-2020.04.3.ebuild +++ b/net-wireless/kismet/kismet-2020.04.3.ebuild @@ -25,7 +25,7 @@ else #SRC_URI="https://github.com/kismetwireless/kismet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" #S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" + KEYWORDS="amd64 arm ~arm64 ~ppc ~x86" fi DESCRIPTION="IEEE 802.11 wireless LAN sniffer"