diff options
author | 2006-02-15 23:30:09 +0000 | |
---|---|---|
committer | 2006-02-15 23:30:09 +0000 | |
commit | 38802f32ed64885224ee154e464d579d5d165abf (patch) | |
tree | 4e317d79af74ce642b4fbcab0a0c89c6ec8d4b2e /net-analyzer/nast/nast-0.2.0.ebuild | |
parent | Removing virtual/libpcap wrt bug #117898 (diff) | |
download | gentoo-2-38802f32ed64885224ee154e464d579d5d165abf.tar.gz gentoo-2-38802f32ed64885224ee154e464d579d5d165abf.tar.bz2 gentoo-2-38802f32ed64885224ee154e464d579d5d165abf.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/nast/nast-0.2.0.ebuild')
-rw-r--r-- | net-analyzer/nast/nast-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nast/nast-0.2.0.ebuild b/net-analyzer/nast/nast-0.2.0.ebuild index d06cea19ef00..92b247192855 100644 --- a/net-analyzer/nast/nast-0.2.0.ebuild +++ b/net-analyzer/nast/nast-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nast/nast-0.2.0.ebuild,v 1.6 2005/09/07 03:29:20 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nast/nast-0.2.0.ebuild,v 1.7 2006/02/15 23:25:23 jokey Exp $ DESCRIPTION="NAST - Network Analyzer Sniffer Tool" HOMEPAGE="http://nast.berlios.de/" @@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="ncurses" DEPEND=">=net-libs/libnet-1.1.1 - virtual/libpcap + net-libs/libpcap ncurses? ( >=sys-libs/ncurses-5.4 )" src_compile() { |