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 07FB4138359 for ; Sun, 25 Oct 2020 15:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ECA2E079E; Sun, 25 Oct 2020 15:19:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 36011E079E for ; Sun, 25 Oct 2020 15:19:04 +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 E6281335DA8 for ; Sun, 25 Oct 2020 15:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 328333AB for ; Sun, 25 Oct 2020 15:19:01 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1603639132.b38d6eab16b9fb3c82791562b22e35b5c8f08ce4.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/kismet/kismet-9999.ebuild X-VCS-Directories: net-wireless/kismet/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: b38d6eab16b9fb3c82791562b22e35b5c8f08ce4 X-VCS-Branch: master Date: Sun, 25 Oct 2020 15:19:01 +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: 424728a5-977d-4b71-bd14-4d07ab455686 X-Archives-Hash: 53cb5b9adb9eb7bfdf1c2e842884d15a commit: b38d6eab16b9fb3c82791562b22e35b5c8f08ce4 Author: Rick Farina gentoo org> AuthorDate: Sun Oct 25 15:18:52 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun Oct 25 15:18:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38d6eab net-wireless/kismet: tracking upstream git need python websockets Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-wireless/kismet/kismet-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-wireless/kismet/kismet-9999.ebuild b/net-wireless/kismet/kismet-9999.ebuild index e62e5fa8145..ef1ead221a2 100644 --- a/net-wireless/kismet/kismet-9999.ebuild +++ b/net-wireless/kismet/kismet-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit autotools eutils multilib python-single-r1 udev systemd @@ -56,6 +56,7 @@ CDEPEND=" dev-libs/protobuf:= $(python_gen_cond_dep ' dev-python/protobuf-python[${PYTHON_MULTI_USEDEP}] + dev-python/websockets[${PYTHON_MULTI_USEDEP}] ') sys-libs/ncurses:= lm-sensors? ( sys-apps/lm-sensors )