diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:31:02 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-17 16:31:02 +0000 |
commit | 3886297e3484ff06060d8f7c88bb094a07c3d4cf (patch) | |
tree | 6dc91605ba79cd22f1b0805b623eb3d03630a977 /net-analyzer/thcrut | |
parent | Marked ppc stable for bug #89424. (diff) | |
download | historical-3886297e3484ff06060d8f7c88bb094a07c3d4cf.tar.gz historical-3886297e3484ff06060d8f7c88bb094a07c3d4cf.tar.bz2 historical-3886297e3484ff06060d8f7c88bb094a07c3d4cf.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-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() { |