diff options
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 46ca39c2d9d4..5befccff2541 100644 --- a/net-analyzer/thcrut/ChangeLog +++ b/net-analyzer/thcrut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/thcrut -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.5 2004/07/09 14:21:16 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.6 2005/01/29 05:12:52 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> thcrut-1.2.5.ebuild: + changed net-libs/libpcap depend to virtual/libcap 09 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, thcrut-1.2.5.ebuild: diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index d17147374b1e..7e28545ce2f6 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-2004 Gentoo Foundation, Copyright 2003 The Hackers Choice - http://www.thc.org +# Copyright 1999-2005 Gentoo Foundation, Copyright 2003 The Hackers Choice - http://www.thc.org # 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.5 2004/07/09 14:21:16 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.6 2005/01/29 05:12:52 dragonheart Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 sparc" IUSE="" -DEPEND="net-libs/libpcap +DEPEND="virtual/libpcap <net-libs/libnet-1.1 >=net-libs/libnet-1.0.2a-r3" |