diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-08 21:58:34 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-08 21:58:34 +0000 |
commit | d711d4f57368814fe1899ab78678c0e03c15b0d7 (patch) | |
tree | f2d833f2588e2e3df32a14aec47ebb565fb954a0 /net-analyzer/nb/nb-0.6.2.ebuild | |
parent | remove unused stuff (diff) | |
download | historical-d711d4f57368814fe1899ab78678c0e03c15b0d7.tar.gz historical-d711d4f57368814fe1899ab78678c0e03c15b0d7.tar.bz2 historical-d711d4f57368814fe1899ab78678c0e03c15b0d7.zip |
Version bump wrt bug #131995
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'net-analyzer/nb/nb-0.6.2.ebuild')
-rw-r--r-- | net-analyzer/nb/nb-0.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nb/nb-0.6.2.ebuild b/net-analyzer/nb/nb-0.6.2.ebuild index 431aa83e027c..c67d217dd953 100644 --- a/net-analyzer/nb/nb-0.6.2.ebuild +++ b/net-analyzer/nb/nb-0.6.2.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/nb/nb-0.6.2.ebuild,v 1.1 2005/07/30 03:19:48 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nb/nb-0.6.2.ebuild,v 1.2 2006/10/08 21:58:34 jokey Exp $ DESCRIPTION="Nodebrain is a tool to monitor and do event correlation." HOMEPAGE="http://www.nodebrain.org/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" -DEPEND=">=dev-lang/perl-5.6.0" +DEPEND="dev-lang/perl" src_compile() { ./build-nb || die |