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 42ACE1382C5 for ; Thu, 31 Dec 2020 11:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80951E087A; Thu, 31 Dec 2020 11:40:56 +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 C29BAE087A for ; Thu, 31 Dec 2020 11:40:55 +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 93DA033BF35 for ; Thu, 31 Dec 2020 11:40:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07073332 for ; Thu, 31 Dec 2020 11:40:53 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1609414817.36a013b43b9b691d67cb9add43f5e75c04389d03.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/scapy/scapy-9999.ebuild X-VCS-Directories: net-analyzer/scapy/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 36a013b43b9b691d67cb9add43f5e75c04389d03 X-VCS-Branch: master Date: Thu, 31 Dec 2020 11:40:53 +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: 9bed04f3-527c-438d-b7bf-15ed0292258b X-Archives-Hash: 51a4b2aed63c60646dda6d9f4caa8506 commit: 36a013b43b9b691d67cb9add43f5e75c04389d03 Author: Mike Auty gentoo org> AuthorDate: Thu Dec 31 11:40:17 2020 +0000 Commit: Mike Auty gentoo org> CommitDate: Thu Dec 31 11:40:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a013b4 net-analyzer/scapy: Fix issue 751679 for 9999 ebuild too. Signed-off-by: Mike Auty gentoo.org> net-analyzer/scapy/scapy-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index c8c5cfe91e8..3b658780d77 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"