Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ganglia-web/
Date: Fri, 31 May 2019 13:46:57
Message-Id: 1559310380.6aebfb80ef1627de6de79684005b9f8fa4fee36c.grknight@gentoo
1 commit: 6aebfb80ef1627de6de79684005b9f8fa4fee36c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 31 13:46:20 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri May 31 13:46:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aebfb80
7
8 sys-cluster/ganglia-web: Fix dependencies to ensure json on PHP
9
10 Non-maintainer commit. Necessary for PHP 7 compatibility
11
12 Closes: https://bugs.gentoo.org/651112
13 Package-Manager: Portage-2.3.67, Repoman-2.3.13
14 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
15
16 .../{ganglia-web-3.7.3.ebuild => ganglia-web-3.7.3-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 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
20 similarity index 93%
21 rename from sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild
22 rename to sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild
23 index 9aeccf7c2fc..764723fb60f 100644
24 --- a/sys-cluster/ganglia-web/ganglia-web-3.7.3.ebuild
25 +++ b/sys-cluster/ganglia-web/ganglia-web-3.7.3-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -18,7 +18,7 @@ RDEPEND="
33 ${DEPEND}
34 ${WEBAPP_DEPEND}
35 >=sys-cluster/ganglia-3.3.7[-minimal]
36 - dev-lang/php[gd,xml,ctype]
37 + dev-lang/php:*[ctype,gd,json,xml]
38 virtual/httpd-php
39 media-fonts/dejavu"