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 | 05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d (patch) | |
tree | b3adb5ee8d23e2d4f24fa771795b0c102b6adff7 /net-analyzer/thcrut | |
parent | Add ~ppc keyword to 2.6.1 (diff) | |
download | gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.gz gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.tar.bz2 gentoo-2-05a1f98abf34af4ac72f2688d1bc0d2e7bb2830d.zip |
Move to virtual/libpcap as per bug #63113
(Portage version: 2.0.51-r15)
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" |