diff options
author | Brian Evans <grknight@gentoo.org> | 2019-05-31 09:46:20 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-05-31 09:46:20 -0400 |
commit | 6aebfb80ef1627de6de79684005b9f8fa4fee36c (patch) | |
tree | ddc4da68d542c56080b0cf03341820b5c96db90f /sys-cluster/ganglia-web | |
parent | net-analyzer/nmap: Update live ebuild (diff) | |
download | gentoo-6aebfb80ef1627de6de79684005b9f8fa4fee36c.tar.gz gentoo-6aebfb80ef1627de6de79684005b9f8fa4fee36c.tar.bz2 gentoo-6aebfb80ef1627de6de79684005b9f8fa4fee36c.zip |
sys-cluster/ganglia-web: Fix dependencies to ensure json on PHP
Non-maintainer commit. Necessary for PHP 7 compatibility
Closes: https://bugs.gentoo.org/651112
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'sys-cluster/ganglia-web')
-rw-r--r-- | sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild (renamed from sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild index 9aeccf7c2fc2..764723fb60f9 100644 --- a/sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild +++ b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 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[gd,xml,ctype] + dev-lang/php:*[ctype,gd,json,xml] virtual/httpd-php media-fonts/dejavu" |