diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:42:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:42:25 +0000 |
commit | bbc5d7ee8002995e82a71822b6ffbc1af3be4018 (patch) | |
tree | 09614462091ed865459c0ed5774ca5b465bfa11f /net-analyzer/scapy/scapy-2.0.1.ebuild | |
parent | Depend on dev-lang/python because virtual/python will go away, bug 358849. (diff) | |
download | historical-bbc5d7ee8002995e82a71822b6ffbc1af3be4018.tar.gz historical-bbc5d7ee8002995e82a71822b6ffbc1af3be4018.tar.bz2 historical-bbc5d7ee8002995e82a71822b6ffbc1af3be4018.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/scapy/scapy-2.0.1.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/scapy/scapy-2.0.1.ebuild b/net-analyzer/scapy/scapy-2.0.1.ebuild index f54f30bec252..dc2dce9c9a97 100644 --- a/net-analyzer/scapy/scapy-2.0.1.ebuild +++ b/net-analyzer/scapy/scapy-2.0.1.ebuild @@ -1,6 +1,6 @@ # 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.0.1.ebuild,v 1.3 2011/03/13 15:47:16 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.0.1.ebuild,v 1.4 2011/04/05 05:42:25 ulm Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay" -DEPEND="virtual/python" +DEPEND="dev-lang/python" RDEPEND="net-analyzer/tcpdump gnuplot? ( dev-python/gnuplot-py ) pyx? ( dev-python/pyx ) |