diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
commit | b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97 (patch) | |
tree | 859a6b1ab75182497370075154214d4b94309292 /net-analyzer/ettercap/ettercap-0.7.1.ebuild | |
parent | remove USE=debug support (diff) | |
download | historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.tar.gz historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.tar.bz2 historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.zip |
Move to virtual/libpcap as per bug #63113
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer/ettercap/ettercap-0.7.1.ebuild')
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ettercap/ettercap-0.7.1.ebuild b/net-analyzer/ettercap/ettercap-0.7.1.ebuild index 5da008c07869..0cc28d8c00d5 100644 --- a/net-analyzer/ettercap/ettercap-0.7.1.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.1.ebuild,v 1.2 2005/01/08 08:45:40 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.1.ebuild,v 1.3 2005/01/29 05:12:51 dragonheart Exp $ # the actual version is "NG-0.7.0" but I suppose portage people will not be # happy with it (as for the 0.6.b version), so let's set it to "0.7.0". @@ -26,7 +26,7 @@ RDEPEND="virtual/libc sys-libs/zlib >=sys-devel/libtool-1.4.3 >=net-libs/libnet-1.1.2.1 - >=net-libs/libpcap-0.8.1 + virtual/libpcap ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) gtk? ( >=x11-libs/gtk+-2.2.2 )" |