diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-09-28 22:02:42 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-09-28 22:03:22 -0400 |
commit | acd7c1beecf712c094562330aa1c68da9d576f06 (patch) | |
tree | e8bcd9804eefdcc62a76f0fa80a0267c5c8c4cab /net-analyzer | |
parent | app-crypt/pesign: Supply cross-compiling programs (diff) | |
download | gentoo-acd7c1beecf712c094562330aa1c68da9d576f06.tar.gz gentoo-acd7c1beecf712c094562330aa1c68da9d576f06.tar.bz2 gentoo-acd7c1beecf712c094562330aa1c68da9d576f06.zip |
net-analyzer/netdata: Allow net-analyzer/openbsd-netcat
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netdata/netdata-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index d22fa18925fe..f781f2a51517 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 ) |