commit:     3743fe30fe151a156e27543f468c3f8dd8799062
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 07:17:23 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 07:17:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3743fe30

net-analyzer/cacti: RDEPEND on dev-lang/php[pdo] by Nuno (bug #646024).

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-analyzer/cacti/cacti-1.1.20.ebuild | 2 +-
 net-analyzer/cacti/cacti-1.1.21.ebuild | 4 ++--
 net-analyzer/cacti/cacti-1.1.28.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/cacti/cacti-1.1.20.ebuild 
b/net-analyzer/cacti/cacti-1.1.20.ebuild
index d3b41fd3fc3..e85926548ee 100644
--- a/net-analyzer/cacti/cacti-1.1.20.ebuild
+++ b/net-analyzer/cacti/cacti-1.1.20.ebuild
@@ -18,7 +18,7 @@ IUSE="snmp doc"
 need_httpd
 
 RDEPEND="
-       dev-lang/php[cli,mysql,session,sockets,xml]
+       dev-lang/php[cli,mysql,pdo,session,sockets,xml]
        dev-php/adodb
        net-analyzer/rrdtool[graph]
        virtual/cron

diff --git a/net-analyzer/cacti/cacti-1.1.21.ebuild 
b/net-analyzer/cacti/cacti-1.1.21.ebuild
index b0f3b50324d..7d51a73050c 100644
--- a/net-analyzer/cacti/cacti-1.1.21.ebuild
+++ b/net-analyzer/cacti/cacti-1.1.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="snmp doc"
 need_httpd
 
 RDEPEND="
-       dev-lang/php[cli,mysql,session,sockets,xml]
+       dev-lang/php[cli,mysql,pdo,session,sockets,xml]
        dev-php/adodb
        net-analyzer/rrdtool[graph]
        virtual/cron

diff --git a/net-analyzer/cacti/cacti-1.1.28.ebuild 
b/net-analyzer/cacti/cacti-1.1.28.ebuild
index 4dc1e3f0ccd..92113935854 100644
--- a/net-analyzer/cacti/cacti-1.1.28.ebuild
+++ b/net-analyzer/cacti/cacti-1.1.28.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ IUSE="snmp doc"
 need_httpd
 
 RDEPEND="
-       dev-lang/php[cli,mysql,session,sockets,xml]
+       dev-lang/php[cli,mysql,pdo,session,sockets,xml]
        dev-php/adodb
        net-analyzer/rrdtool[graph]
        virtual/cron

Reply via email to