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/paketto | |
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/paketto')
-rw-r--r-- | net-analyzer/paketto/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/paketto/paketto-1.10-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/paketto/ChangeLog b/net-analyzer/paketto/ChangeLog index 0998dab20091..503aa7908d5d 100644 --- a/net-analyzer/paketto/ChangeLog +++ b/net-analyzer/paketto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/paketto -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/ChangeLog,v 1.8 2004/06/24 22:15:00 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/ChangeLog,v 1.9 2005/01/29 05:12:51 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> paketto-1.10-r1.ebuild: + changed net-libs/libpcap depend to virtual/libcap 21 Mar 2004; Michael Boman <mboman@gentoo.org> paketto-1.10-r1.ebuild: QA: IUSE variable was missing. diff --git a/net-analyzer/paketto/paketto-1.10-r1.ebuild b/net-analyzer/paketto/paketto-1.10-r1.ebuild index ad83bd3e0160..482edcfbf481 100644 --- a/net-analyzer/paketto/paketto-1.10-r1.ebuild +++ b/net-analyzer/paketto/paketto-1.10-r1.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/paketto/paketto-1.10-r1.ebuild,v 1.8 2004/06/24 22:15:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/paketto/paketto-1.10-r1.ebuild,v 1.9 2005/01/29 05:12:51 dragonheart Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="" #paketto comes with local copies of these ... DEPEND="<net-libs/libnet-1.1 >=net-libs/libnet-1.0.2a-r3" -# net-libs/libpcap +# virtual/libpcap # dev-libs/libtomcrypt" src_unpack() { |