Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/
Date: Mon, 29 Jan 2018 07:17:39
Message-Id: 1517210254.3743fe30fe151a156e27543f468c3f8dd8799062.jer@gentoo
1 commit: 3743fe30fe151a156e27543f468c3f8dd8799062
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 07:17:23 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 07:17:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3743fe30
7
8 net-analyzer/cacti: RDEPEND on dev-lang/php[pdo] by Nuno (bug #646024).
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-analyzer/cacti/cacti-1.1.20.ebuild | 2 +-
13 net-analyzer/cacti/cacti-1.1.21.ebuild | 4 ++--
14 net-analyzer/cacti/cacti-1.1.28.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-analyzer/cacti/cacti-1.1.20.ebuild b/net-analyzer/cacti/cacti-1.1.20.ebuild
18 index d3b41fd3fc3..e85926548ee 100644
19 --- a/net-analyzer/cacti/cacti-1.1.20.ebuild
20 +++ b/net-analyzer/cacti/cacti-1.1.20.ebuild
21 @@ -18,7 +18,7 @@ IUSE="snmp doc"
22 need_httpd
23
24 RDEPEND="
25 - dev-lang/php[cli,mysql,session,sockets,xml]
26 + dev-lang/php[cli,mysql,pdo,session,sockets,xml]
27 dev-php/adodb
28 net-analyzer/rrdtool[graph]
29 virtual/cron
30
31 diff --git a/net-analyzer/cacti/cacti-1.1.21.ebuild b/net-analyzer/cacti/cacti-1.1.21.ebuild
32 index b0f3b50324d..7d51a73050c 100644
33 --- a/net-analyzer/cacti/cacti-1.1.21.ebuild
34 +++ b/net-analyzer/cacti/cacti-1.1.21.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -18,7 +18,7 @@ IUSE="snmp doc"
42 need_httpd
43
44 RDEPEND="
45 - dev-lang/php[cli,mysql,session,sockets,xml]
46 + dev-lang/php[cli,mysql,pdo,session,sockets,xml]
47 dev-php/adodb
48 net-analyzer/rrdtool[graph]
49 virtual/cron
50
51 diff --git a/net-analyzer/cacti/cacti-1.1.28.ebuild b/net-analyzer/cacti/cacti-1.1.28.ebuild
52 index 4dc1e3f0ccd..92113935854 100644
53 --- a/net-analyzer/cacti/cacti-1.1.28.ebuild
54 +++ b/net-analyzer/cacti/cacti-1.1.28.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -18,7 +18,7 @@ IUSE="snmp doc"
62 need_httpd
63
64 RDEPEND="
65 - dev-lang/php[cli,mysql,session,sockets,xml]
66 + dev-lang/php[cli,mysql,pdo,session,sockets,xml]
67 dev-php/adodb
68 net-analyzer/rrdtool[graph]
69 virtual/cron