diff options
Diffstat (limited to 'net-analyzer/scapy/scapy-9999.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index ec171fbddec3..ac3fd1dccb9d 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 git-r3 readme.gentoo-r1 @@ -9,11 +10,11 @@ inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy" EGIT_REPO_URI="https://github.com/secdev/${PN}" +S="${WORKDIR}"/${P/_/} LICENSE="GPL-2" SLOT="0" -KEYWORDS="" -S=${WORKDIR}/${P/_/} + DOC_CONTENTS=" Scapy has optional support for the following packages: |