Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/
Date: Sat, 29 Sep 2018 02:03:36
Message-Id: 1538186602.acd7c1beecf712c094562330aa1c68da9d576f06.candrews@gentoo
1 commit: acd7c1beecf712c094562330aa1c68da9d576f06
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 02:02:42 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 02:03:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd7c1be
7
8 net-analyzer/netdata: Allow net-analyzer/openbsd-netcat
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11
12 net-analyzer/netdata/netdata-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild
16 index d22fa18925f..f781f2a5151 100644
17 --- a/net-analyzer/netdata/netdata-9999.ebuild
18 +++ b/net-analyzer/netdata/netdata-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -27,6 +27,7 @@ REQUIRED_USE="
26 RDEPEND="
27 >=app-shells/bash-4:0
28 || (
29 + net-analyzer/openbsd-netcat
30 net-analyzer/netcat6
31 net-analyzer/netcat
32 )