Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Wed, 02 Dec 2020 23:17:15
Message-Id: 1606951029.676d9196abdb63f991c32c7b68791eb4ea3878eb.sam@gentoo
1 commit: 676d9196abdb63f991c32c7b68791eb4ea3878eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 23:17:03 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 23:17:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676d9196
7
8 net-analyzer/scapy: add Python 3.8, 3.9
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/scapy/scapy-2.4.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
17 index 31ea052c82e..a439d15da99 100644
18 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild
19 +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26 inherit distutils-r1 readme.gentoo-r1
27
28 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"