diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-11-02 13:30:44 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-11-04 19:37:21 -0400 |
commit | 04e9a4ead6dfa73782be728baf9c75a67f09ad6f (patch) | |
tree | 8959fb67786494485dc3ade3a557719ac2b05c04 /net-analyzer/pnp4nagios | |
parent | net-analyzer/pnp4nagios: change "-DPHP5" to "-DPHP" in pkg_postinst(). (diff) | |
download | gentoo-04e9a4ead6dfa73782be728baf9c75a67f09ad6f.tar.gz gentoo-04e9a4ead6dfa73782be728baf9c75a67f09ad6f.tar.bz2 gentoo-04e9a4ead6dfa73782be728baf9c75a67f09ad6f.zip |
net-analyzer/pnp4nagios: drop pointless rrdtool lower bound.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/pnp4nagios')
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild index 75c54aacb9ba..daba225be4ff 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r3.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="^^ ( icinga icinga2 nagios )" # to accept it. DEPEND=" dev-lang/php:*[filter,gd,json,simplexml,xml,zlib] - >=net-analyzer/rrdtool-1.2[graph,perl] + net-analyzer/rrdtool[graph,perl] icinga? ( net-analyzer/icinga ) icinga2? ( net-analyzer/icinga2 ) nagios? ( net-analyzer/nagios-core )" |