diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-07 15:24:07 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-12-07 15:24:07 +0000 |
commit | c993fccee91f9b3b1777262f332617e28dd5d384 (patch) | |
tree | e01dd2500f3606a46ccb97c71cc6d9826868e6f9 /net-analyzer | |
parent | amd64 stable - 250018 (diff) | |
download | gentoo-2-c993fccee91f9b3b1777262f332617e28dd5d384.tar.gz gentoo-2-c993fccee91f9b3b1777262f332617e28dd5d384.tar.bz2 gentoo-2-c993fccee91f9b3b1777262f332617e28dd5d384.zip |
Fix dependencies. Reported by Timo Antweiler <timo at antweiler.org>, #249784
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pnp4nagios/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/pnp4nagios/ChangeLog b/net-analyzer/pnp4nagios/ChangeLog index d671a45e887a..cd371e4fb06a 100644 --- a/net-analyzer/pnp4nagios/ChangeLog +++ b/net-analyzer/pnp4nagios/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/pnp4nagios # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.5 2008/11/29 17:09:29 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.6 2008/12/07 15:24:07 dertobi123 Exp $ + + 07 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org> + pnp4nagios-0.4.12.ebuild: + Fix dependencies. Reported by Timo Antweiler <timo at antweiler.org>, #249784 *pnp4nagios-0.4.12 (29 Nov 2008) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild index c73cdd3cf16f..23a6fdefd01c 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild,v 1.1 2008/11/29 17:09:29 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.4.12.ebuild,v 1.2 2008/12/07 15:24:07 dertobi123 Exp $ inherit confutils @@ -19,7 +19,9 @@ KEYWORDS="~x86 ~amd64 ~ppc" DEPEND=">=dev-lang/php-4.3 >=net-analyzer/rrdtool-1.2 net-analyzer/nagios-core" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + virtual/perl-Getopt-Long + virtual/perl-Time-HiRes" S=${WORKDIR}/${MY_P} |