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 52E1B138334 for ; Sat, 29 Sep 2018 02:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB4CE0932; Sat, 29 Sep 2018 02:03:35 +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 DAD21E0932 for ; Sat, 29 Sep 2018 02:03:34 +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 A6599335C5D for ; Sat, 29 Sep 2018 02:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD5F3BE for ; Sat, 29 Sep 2018 02:03:28 +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: <1538186602.acd7c1beecf712c094562330aa1c68da9d576f06.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-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: acd7c1beecf712c094562330aa1c68da9d576f06 X-VCS-Branch: master Date: Sat, 29 Sep 2018 02:03:28 +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: db6962b8-4076-4773-928e-1d5b7ef265cf X-Archives-Hash: 65985410ad0e821faa1b658fb5a60d12 commit: acd7c1beecf712c094562330aa1c68da9d576f06 Author: Craig Andrews gentoo org> AuthorDate: Sat Sep 29 02:02:42 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Sep 29 02:03:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7c1be net-analyzer/netdata: Allow net-analyzer/openbsd-netcat Package-Manager: Portage-2.3.50, Repoman-2.3.11 net-analyzer/netdata/netdata-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index d22fa18925f..f781f2a5151 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ REQUIRED_USE=" RDEPEND=" >=app-shells/bash-4:0 || ( + net-analyzer/openbsd-netcat net-analyzer/netcat6 net-analyzer/netcat )