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/ipcad/ipcad-3.6.2.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/ipcad/ipcad-3.6.2.ebuild')
-rw-r--r-- | net-analyzer/ipcad/ipcad-3.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/ipcad/ipcad-3.6.2.ebuild b/net-analyzer/ipcad/ipcad-3.6.2.ebuild index a157828a1660..93b022425913 100644 --- a/net-analyzer/ipcad/ipcad-3.6.2.ebuild +++ b/net-analyzer/ipcad/ipcad-3.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.2.ebuild,v 1.3 2004/09/11 14:56:13 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipcad/ipcad-3.6.2.ebuild,v 1.4 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="IP Cisco Accounting Daemon" HOMEPAGE="http://ipcad.sourceforge.net/" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=sys-apps/sed-4" RDEPEND="virtual/libc - net-libs/libpcap + virtual/libpcap net-firewall/iptables" src_compile() { |