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/traceproto | |
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/traceproto')
-rw-r--r-- | net-analyzer/traceproto/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/traceproto/traceproto-1.1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/traceproto/ChangeLog b/net-analyzer/traceproto/ChangeLog index 11fd75375074..65fb640f8572 100644 --- a/net-analyzer/traceproto/ChangeLog +++ b/net-analyzer/traceproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/traceproto -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.3 2005/08/16 19:26:06 blubb Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/ChangeLog,v 1.4 2006/02/17 16:23:58 jokey Exp $ + + 17 Feb 2006; Markus Ullmann <jokey@gentoo.org> traceproto-1.1.1.ebuild: + Removing virtual/libpcap wrt bug #117898 16 Aug 2005; Simon Stelling <blubb@gentoo.org> ChangeLog: added ~amd64 keyword diff --git a/net-analyzer/traceproto/traceproto-1.1.1.ebuild b/net-analyzer/traceproto/traceproto-1.1.1.ebuild index 280cfdbf4b29..8dfe37e3da78 100644 --- a/net-analyzer/traceproto/traceproto-1.1.1.ebuild +++ b/net-analyzer/traceproto/traceproto-1.1.1.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/traceproto/traceproto-1.1.1.ebuild,v 1.3 2005/08/16 19:29:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceproto/traceproto-1.1.1.ebuild,v 1.4 2006/02/17 16:23:58 jokey Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug ncurses" RDEPEND=">=net-libs/libnet-1.1.0 - virtual/libpcap + net-libs/libpcap ncurses? ( sys-libs/ncurses ) debug? ( dev-libs/dmalloc )" |