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 778471382C5 for ; Thu, 4 Jun 2020 15:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 811E4E08DD; Thu, 4 Jun 2020 15:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 66E9FE08DD for ; Thu, 4 Jun 2020 15:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07ECD34F27E for ; Thu, 4 Jun 2020 15:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8D3175 for ; Thu, 4 Jun 2020 15:55:27 +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: <1591286118.9bb67db7a2901e8efcdefd8daf45fc68dc80d024.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.22.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: 9bb67db7a2901e8efcdefd8daf45fc68dc80d024 X-VCS-Branch: master Date: Thu, 4 Jun 2020 15:55:27 +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: 68cf1e25-016f-4219-81e7-eacb82468e70 X-Archives-Hash: d8f5ca9337f83e291893e82564f10934 commit: 9bb67db7a2901e8efcdefd8daf45fc68dc80d024 Author: Craig Andrews gentoo org> AuthorDate: Thu Jun 4 15:28:57 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Jun 4 15:55:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb67db7 net-analyzer/netdata: Depend on dev-libs/json-c:= Closes: https://bugs.gentoo.org/726648 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/netdata-1.22.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-1.22.1-r1.ebuild b/net-analyzer/netdata/netdata-1.22.1-r1.ebuild index 16f4f107827..3b6458e2fb4 100644 --- a/net-analyzer/netdata/netdata-1.22.1-r1.ebuild +++ b/net-analyzer/netdata/netdata-1.22.1-r1.ebuild @@ -49,7 +49,7 @@ RDEPEND=" dev-libs/libuv compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) - jsonc? ( dev-libs/json-c ) + jsonc? ( dev-libs/json-c:= ) kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? ( diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 16f4f107827..3b6458e2fb4 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -49,7 +49,7 @@ RDEPEND=" dev-libs/libuv compression? ( sys-libs/zlib ) ipmi? ( sys-libs/freeipmi ) - jsonc? ( dev-libs/json-c ) + jsonc? ( dev-libs/json-c:= ) kinesis? ( dev-libs/aws-sdk-cpp[kinesis] ) mongodb? ( dev-libs/mongo-c-driver ) nfacct? (