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>
This commit is contained in:
Thomas Deutschmann
2021-06-17 21:50:11 +02:00
parent 6e828bed47
commit 659f303fcd

View File

@@ -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 )"