From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E29CF138202 for ; Mon, 12 Aug 2013 08:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29438E0AE7; Mon, 12 Aug 2013 08:18:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A5A1E0AE7 for ; Mon, 12 Aug 2013 08:18:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F57633EC3D for ; Mon, 12 Aug 2013 08:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C7337E5463 for ; Mon, 12 Aug 2013 08:18:48 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1376295446.3c83d7e4bc8f600c6d3547d227be7529ccb7625f.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay-9999.ebuild X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 3c83d7e4bc8f600c6d3547d227be7529ccb7625f X-VCS-Branch: master Date: Mon, 12 Aug 2013 08:18:48 +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: 71ef0d6a-439f-48bc-9536-09dba86874a4 X-Archives-Hash: 59a8c1197c97de7d34131f852dd68b4d commit: 3c83d7e4bc8f600c6d3547d227be7529ccb7625f Author: André Erdmann mailerd de> AuthorDate: Mon Aug 12 08:17:26 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Aug 12 08:17:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3c83d7e4 roverlay-9999.ebuild: add net-analyzer/rrdtool rrdtool is required for persistent stats collection (-> RDEPEND) --- roverlay-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/roverlay-9999.ebuild b/roverlay-9999.ebuild index ae573e9..ffa003a 100644 --- a/roverlay-9999.ebuild +++ b/roverlay-9999.ebuild @@ -32,6 +32,7 @@ DEPEND="${_CDEPEND} " RDEPEND="${_CDEPEND} sys-apps/portage + net-analyzer/rrdtool virtual/python-argparse "