From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9307E1382C5 for ; Mon, 29 Jan 2018 07:17:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBE7E0BEE; Mon, 29 Jan 2018 07:17:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7A33E0BEE for ; Mon, 29 Jan 2018 07:17:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D90F8335C7E for ; Mon, 29 Jan 2018 07:17:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 661231C3 for ; Mon, 29 Jan 2018 07:17:36 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1517210254.3743fe30fe151a156e27543f468c3f8dd8799062.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cacti/cacti-1.1.20.ebuild net-analyzer/cacti/cacti-1.1.21.ebuild net-analyzer/cacti/cacti-1.1.28.ebuild X-VCS-Directories: net-analyzer/cacti/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3743fe30fe151a156e27543f468c3f8dd8799062 X-VCS-Branch: master Date: Mon, 29 Jan 2018 07:17:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07bd8b88-a6cf-4059-afa2-1f4e2ea1fb60 X-Archives-Hash: ddd70efd0948cfd143271064e2eb2226 commit: 3743fe30fe151a156e27543f468c3f8dd8799062 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jan 29 07:17:23 2018 +0000 Commit: Jeroen Roovers gentoo 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