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/traffic-vis/traffic-vis-0.35.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/traffic-vis/traffic-vis-0.35.ebuild')
-rw-r--r-- | net-analyzer/traffic-vis/traffic-vis-0.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild index 7ce4c7fd75e3..d7aecd25e462 100644 --- a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild +++ b/net-analyzer/traffic-vis/traffic-vis-0.35.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/traffic-vis/traffic-vis-0.35.ebuild,v 1.9 2004/07/11 10:38:44 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.10 2005/01/29 05:12:52 dragonheart Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="x86 ~amd64" IUSE="gif" DEPEND="virtual/libc - >=net-libs/libpcap-0.4 + virtual/libpcap gif? ( media-libs/netpbm virtual/ghostscript dev-lang/perl ) |