diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:24:19 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:32:09 +0200 |
commit | 04dfa1ac623f61a50deda4c7adebb6a21b256ae3 (patch) | |
tree | 55a8bb3fcf40f59343a3426993a825f60256a71d /sys-cluster | |
parent | sys-boot/tboot: Fix MissingUseDepDefault for dev-libs/openssl[bindist] (diff) | |
download | gentoo-04dfa1ac623f61a50deda4c7adebb6a21b256ae3.tar.gz gentoo-04dfa1ac623f61a50deda4c7adebb6a21b256ae3.tar.bz2 gentoo-04dfa1ac623f61a50deda4c7adebb6a21b256ae3.zip |
sys-cluster/ganglia-web: 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 'sys-cluster')
-rw-r--r-- | sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild index 764723fb60f9..319a295b9c57 100644 --- a/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild +++ b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ RDEPEND=" ${DEPEND} ${WEBAPP_DEPEND} >=sys-cluster/ganglia-3.3.7[-minimal] - dev-lang/php:*[ctype,gd,json,xml] + dev-lang/php:*[ctype,gd,json(+),xml] virtual/httpd-php media-fonts/dejavu" |