diff options
author | 2021-06-17 21:50:11 +0200 | |
---|---|---|
committer | 2021-06-17 22:31:54 +0200 | |
commit | 659f303fcd1577ccddf088988675da041260d7c1 (patch) | |
tree | f1dee20092e9089f2898cdf3e23001e1d9ba7b20 /net-analyzer/pnp4nagios | |
parent | mail-filter/rspamd: Fix MissingUseDepDefault for dev-libs/openssl[bindist] (diff) | |
download | gentoo-659f303fcd1577ccddf088988675da041260d7c1.tar.gz gentoo-659f303fcd1577ccddf088988675da041260d7c1.tar.bz2 gentoo-659f303fcd1577ccddf088988675da041260d7c1.zip |
net-analyzer/pnp4nagios: Fix MissingUseDepDefault for dev-lang/php[json]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-analyzer/pnp4nagios')
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild index 6a09ab87188b..21b8ec9aacf3 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26-r9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ REQUIRED_USE="^^ ( icinga nagios )" # nagios-3.x has been end-of-life'd, we don't have much choice here but # to accept it. DEPEND=" - dev-lang/php:*[filter,gd,json,simplexml,xml,zlib] + dev-lang/php:*[filter,gd,json(+),simplexml,xml,zlib] net-analyzer/rrdtool[graph,perl] icinga? ( net-analyzer/icinga2 ) nagios? ( net-analyzer/nagios-core )" |