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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A419158020 for ; Thu, 3 Nov 2022 23:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2EECE0871; Thu, 3 Nov 2022 23:38:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89ED7E0871 for ; Thu, 3 Nov 2022 23:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A246C3413D5 for ; Thu, 3 Nov 2022 23:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2E65523 for ; Thu, 3 Nov 2022 23:38:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1667518627.e457720cb2dee7ed84837c32175fdb952d16d33f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild net-analyzer/rrdtool/rrdtool-1.8.0-r2.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e457720cb2dee7ed84837c32175fdb952d16d33f X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:38:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d660f7f-de46-4e69-b259-ce204eb7c630 X-Archives-Hash: 197c77f9edc7446c1d665c3398828de1 commit: e457720cb2dee7ed84837c32175fdb952d16d33f Author: Conrad Kostecki gentoo org> AuthorDate: Thu Nov 3 23:37:07 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 3 23:37:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e457720c net-analyzer/rrdtool: fix missing dep Signed-off-by: Conrad Kostecki gentoo.org> .../rrdtool/{rrdtool-1.8.0-r1.ebuild => rrdtool-1.8.0-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.8.0-r2.ebuild similarity index 99% rename from net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild rename to net-analyzer/rrdtool/rrdtool-1.8.0-r2.ebuild index ef0b848d3de4..1cf84bb9c604 100644 --- a/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.8.0-r2.ebuild @@ -59,6 +59,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" + ${DISTUTILS_DEPS} sys-apps/groff virtual/pkgconfig virtual/awk