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 AED51138351 for ; Mon, 20 Apr 2020 15:32:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED31E0A7F; Mon, 20 Apr 2020 15:32:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E2DCE0A6E for ; Mon, 20 Apr 2020 15:32:06 +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 C2BA234F0A2 for ; Mon, 20 Apr 2020 15:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D971E4 for ; Mon, 20 Apr 2020 15:32:03 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1587396717.03892a674f6973593304f30662cf8399f74e6d44.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-1.21.1-r1.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 03892a674f6973593304f30662cf8399f74e6d44 X-VCS-Branch: master Date: Mon, 20 Apr 2020 15:32:03 +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: afa0d01c-31b8-48a1-9ff1-28c703281a8b X-Archives-Hash: 2ddb8a0cbcdd9d77146713862ba9bc83 commit: 03892a674f6973593304f30662cf8399f74e6d44 Author: Craig Andrews gentoo org> AuthorDate: Mon Apr 20 15:30:06 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Apr 20 15:31:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03892a67 net-analyzer/netdata: depend on dev-libs/libuv unconditionally Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/{netdata-9999.ebuild => netdata-1.21.1-r1.ebuild} | 2 +- net-analyzer/netdata/netdata-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-1.21.1-r1.ebuild similarity index 99% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.21.1-r1.ebuild index c8663a7dd45..7d7a959dc6c 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.21.1-r1.ebuild @@ -42,11 +42,11 @@ RDEPEND=" caps? ( sys-libs/libcap ) cups? ( net-print/cups ) dbengine? ( - dev-libs/libuv app-arch/lz4 dev-libs/judy dev-libs/openssl:= ) + dev-libs/libuv compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c ) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index c8663a7dd45..7d7a959dc6c 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -42,11 +42,11 @@ RDEPEND=" caps? ( sys-libs/libcap ) cups? ( net-print/cups ) dbengine? ( - dev-libs/libuv app-arch/lz4 dev-libs/judy dev-libs/openssl:= ) + dev-libs/libuv compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) jsonc? ( dev-libs/json-c )