summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 18:57:38 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 18:57:38 +0200
commitab0e5302048e840f8fe9ce0609bc37e0abca7539 (patch)
treeb8724751901abc4987063fa4cc4f5d5d38f97ce0 /net-analyzer/scapy/scapy-2.3.2-r1.ebuild
parentnet-analyzer/nagios-plugin-check_raid: Remove support for non-existent deps (diff)
downloadgentoo-ab0e5302048e840f8fe9ce0609bc37e0abca7539.tar.gz
gentoo-ab0e5302048e840f8fe9ce0609bc37e0abca7539.tar.bz2
gentoo-ab0e5302048e840f8fe9ce0609bc37e0abca7539.zip
net-analyzer/scapy: Remove support for non-existent deps
Diffstat (limited to 'net-analyzer/scapy/scapy-2.3.2-r1.ebuild')
-rw-r--r--net-analyzer/scapy/scapy-2.3.2-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index a9f89fcaf6c9..69f18cdf55a9 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
+IUSE="gnuplot pyx crypt graphviz imagemagick tcpreplay"
RDEPEND="
net-analyzer/tcpdump
@@ -24,6 +24,5 @@ RDEPEND="
dev-python/pycrypto[${PYTHON_USEDEP}] ) )
graphviz? ( media-gfx/graphviz )
imagemagick? ( virtual/imagemagick-tools )
- visual? ( dev-python/visual )
tcpreplay? ( net-analyzer/tcpreplay )
"