diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-01-29 08:17:23 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-01-29 08:17:34 +0100 |
commit | 3743fe30fe151a156e27543f468c3f8dd8799062 (patch) | |
tree | d4fca7a1df708e0dd00b2f9f4a75b8797146adcf /net-analyzer/cacti | |
parent | eutils.eclass: Update function documentation. (diff) | |
download | gentoo-3743fe30fe151a156e27543f468c3f8dd8799062.tar.gz gentoo-3743fe30fe151a156e27543f468c3f8dd8799062.tar.bz2 gentoo-3743fe30fe151a156e27543f468c3f8dd8799062.zip |
net-analyzer/cacti: RDEPEND on dev-lang/php[pdo] by Nuno (bug #646024).
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r-- | net-analyzer/cacti/cacti-1.1.20.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-1.1.21.ebuild | 4 | ||||
-rw-r--r-- | 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 d3b41fd3fc3c..e85926548ee1 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 b0f3b50324d5..7d51a73050c1 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 4dc1e3f0ccda..921139358544 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 |