sys-cluster/ganglia-web: Fix dependencies to ensure json on PHP
authorBrian Evans <grknight@gentoo.org>
Fri, 31 May 2019 13:46:20 +0000 (09:46 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 31 May 2019 13:46:20 +0000 (09:46 -0400)
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>
sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild [moved from sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild with 93% similarity]

similarity index 93%
rename from sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild
rename to sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild
index 9aeccf7c2fc2a66f8f86583c4c8106cad708fa27..764723fb60f9b0d5a9b5ed240714d2cd049936f4 100644 (file)
@@ -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"