summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2011-03-13 15:47:16 +0000
committerMike Auty <ikelos@gentoo.org>2011-03-13 15:47:16 +0000
commitda5de1948c1f60f8f0779c6682e49a88ecd3436c (patch)
tree025fb8277474c78573da13dbc352856907dfe632 /net-analyzer/scapy/scapy-2.2.0.ebuild
parentppc stable wrt #355077 (diff)
downloadgentoo-2-da5de1948c1f60f8f0779c6682e49a88ecd3436c.tar.gz
gentoo-2-da5de1948c1f60f8f0779c6682e49a88ecd3436c.tar.bz2
gentoo-2-da5de1948c1f60f8f0779c6682e49a88ecd3436c.zip
Bump scapy ebuild EAPI to 2 to fix bug 314351.
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/scapy/scapy-2.2.0.ebuild')
-rw-r--r--net-analyzer/scapy/scapy-2.2.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-2.2.0.ebuild b/net-analyzer/scapy/scapy-2.2.0.ebuild
index 7e4486746017..c5031e565c72 100644
--- a/net-analyzer/scapy/scapy-2.2.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.2.0.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.2.0.ebuild,v 1.1 2011/03/13 15:32:01 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.2.0.ebuild,v 1.2 2011/03/13 15:47:16 ikelos Exp $
+
+EAPI="2"
PYTHON_DEPEND="2:2.6"
@@ -21,6 +23,7 @@ RDEPEND="net-analyzer/tcpdump
pyx? ( dev-python/pyx )
crypt? ( dev-python/pycrypto )
graphviz? ( media-gfx/graphviz )
- imagemagick? ( media-gfx/imagemagick )
+ imagemagick? ( || ( media-gfx/imagemagick
+ media-gfx/graphicsmagick[imagemagick] ) )
visual? ( dev-python/visual )
tcpreplay? ( net-analyzer/tcpreplay )"