Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Sun, 02 Feb 2020 12:08:31
Message-Id: 1580645292.cbc7d198885e3a8b723019c45ca53b7e2a50ddcf.pacho@gentoo
1 commit: cbc7d198885e3a8b723019c45ca53b7e2a50ddcf
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 12:08:12 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 12:08:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc7d198
7
8 net-analyzer/scapy: 2.4.3 uses matplotlib instead of gnuplot-py
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-analyzer/scapy/scapy-2.4.3.ebuild | 2 +-
14 net-analyzer/scapy/scapy-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
18 index 6d48ba47275..01f3a461396 100644
19 --- a/net-analyzer/scapy/scapy-2.4.3.ebuild
20 +++ b/net-analyzer/scapy/scapy-2.4.3.ebuild
21 @@ -20,8 +20,8 @@ DOC_CONTENTS="
22 Scapy has optional support for the following packages:
23
24 dev-python/cryptography
25 - dev-python/gnuplot-py
26 dev-python/ipython
27 + dev-python/matplotlib
28 dev-python/pyx
29 media-gfx/graphviz
30 net-analyzer/tcpreplay
31
32 diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
33 index 0293cc5ace3..3ed8c5033ab 100644
34 --- a/net-analyzer/scapy/scapy-9999.ebuild
35 +++ b/net-analyzer/scapy/scapy-9999.ebuild
36 @@ -20,8 +20,8 @@ DOC_CONTENTS="
37 Scapy has optional support for the following packages:
38
39 dev-python/cryptography
40 - dev-python/gnuplot-py
41 dev-python/ipython
42 + dev-python/matplotlib
43 dev-python/pyx
44 media-gfx/graphviz
45 net-analyzer/tcpreplay