diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-05-16 09:48:29 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-05-16 09:48:45 +0200 |
commit | 7a18b0c98614601d688a8df50bd7d13bc494f45f (patch) | |
tree | c514e6fe80347145f08234d980184dbc3d2cfcfe /net-analyzer/scapy/scapy-9999.ebuild | |
parent | dev-util/cmake: Bump to version 3.14.4 (diff) | |
download | gentoo-7a18b0c98614601d688a8df50bd7d13bc494f45f.tar.gz gentoo-7a18b0c98614601d688a8df50bd7d13bc494f45f.tar.bz2 gentoo-7a18b0c98614601d688a8df50bd7d13bc494f45f.zip |
net-analyzer/scapy: Version 2.4.3_rc1
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy/scapy-9999.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild index ee534593de55..55240a18ff01 100644 --- a/net-analyzer/scapy/scapy-9999.ebuild +++ b/net-analyzer/scapy/scapy-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" |