diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:23:58 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:23:58 +0000 |
commit | 5c429e4602ba9fbc060fa4271dd0c51a7c18c024 (patch) | |
tree | b3c0acbeecc353cb6dc66fe75b458b0ed43ca82c /net-analyzer/thcrut | |
parent | Add --pidfile option to init script for bug 123169. Thanks to Eric Brown <big... (diff) | |
download | gentoo-2-5c429e4602ba9fbc060fa4271dd0c51a7c18c024.tar.gz gentoo-2-5c429e4602ba9fbc060fa4271dd0c51a7c18c024.tar.bz2 gentoo-2-5c429e4602ba9fbc060fa4271dd0c51a7c18c024.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/thcrut')
-rw-r--r-- | net-analyzer/thcrut/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/thcrut/ChangeLog b/net-analyzer/thcrut/ChangeLog index e3fbd7b4a70d..39e5d3670063 100644 --- a/net-analyzer/thcrut/ChangeLog +++ b/net-analyzer/thcrut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/thcrut -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.9 2005/10/26 04:24:15 soulse Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.10 2006/02/17 16:22:38 jokey Exp $ + + 17 Feb 2006; Markus Ullmann <jokey@gentoo.org> thcrut-1.2.5.ebuild: + Removing virtual/libpcap wrt bug #117898 25 Oct 2005; <soulse@gentoo.org> thcrut-1.2.5.ebuild: Bad header fixed diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index 4695d4c076c4..a63fd8e02af3 100644 --- a/net-analyzer/thcrut/thcrut-1.2.5.ebuild +++ b/net-analyzer/thcrut/thcrut-1.2.5.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/thcrut/thcrut-1.2.5.ebuild,v 1.10 2005/10/26 04:24:15 soulse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.11 2006/02/17 16:22:38 jokey Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -DEPEND="virtual/libpcap +DEPEND="net-libs/libpcap <net-libs/libnet-1.1" src_unpack() { |