Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pnp4nagios/
Date: Sat, 04 Nov 2017 23:40:27
Message-Id: 1509838641.04e9a4ead6dfa73782be728baf9c75a67f09ad6f.mjo@gentoo
1 commit: 04e9a4ead6dfa73782be728baf9c75a67f09ad6f
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 17:30:44 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 23:37:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e9a4ea
7
8 net-analyzer/pnp4nagios: drop pointless rrdtool lower bound.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
16 index 75c54aacb9b..daba225be4f 100644
17 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
18 +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild
19 @@ -19,7 +19,7 @@ REQUIRED_USE="^^ ( icinga icinga2 nagios )"
20 # to accept it.
21 DEPEND="
22 dev-lang/php:*[filter,gd,json,simplexml,xml,zlib]
23 - >=net-analyzer/rrdtool-1.2[graph,perl]
24 + net-analyzer/rrdtool[graph,perl]
25 icinga? ( net-analyzer/icinga )
26 icinga2? ( net-analyzer/icinga2 )
27 nagios? ( net-analyzer/nagios-core )"