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/siphon/siphon-666.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/siphon/siphon-666.ebuild')
-rw-r--r-- | net-analyzer/siphon/siphon-666.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/siphon/siphon-666.ebuild b/net-analyzer/siphon/siphon-666.ebuild index 8ab8215be1d0..03fd0d16039a 100644 --- a/net-analyzer/siphon/siphon-666.ebuild +++ b/net-analyzer/siphon/siphon-666.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/siphon/siphon-666.ebuild,v 1.7 2004/07/10 11:30:56 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/siphon/siphon-666.ebuild,v 1.8 2005/01/29 05:12:51 dragonheart Exp $ IUSE="" MY_P=${PN}-v.${PV} @@ -14,7 +14,7 @@ LICENSE="as-is" KEYWORDS="x86 ~sparc" DEPEND="virtual/libc - net-libs/libpcap" + virtual/libpcap" S=${WORKDIR}/${MY_P} |