diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-19 13:01:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-19 13:06:15 +0200 |
commit | aa81e88dbbd91d3abac4b7f495d73f450f4c8b2d (patch) | |
tree | 638b730309f20c244ef64821974cd3d5176e73bc /app-forensics | |
parent | media-plugins/kodi-audiodecoder-modplug: Fix kodi dep in -9999 (diff) | |
download | gentoo-aa81e88dbbd91d3abac4b7f495d73f450f4c8b2d.tar.gz gentoo-aa81e88dbbd91d3abac4b7f495d73f450f4c8b2d.tar.bz2 gentoo-aa81e88dbbd91d3abac4b7f495d73f450f4c8b2d.zip |
app-forensics/air: Remove removed netcats from deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/air/air-2.0.0-r2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild index 72e09def0d41..f5b1f6a12bce 100644 --- a/app-forensics/air/air-2.0.0-r2.ebuild +++ b/app-forensics/air/air-2.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,11 +21,7 @@ DEPEND="${COMMON_DEPEND} " # TODO: air can utilize dc3dd, but it is not in portage ATM RDEPEND="${COMMON_DEPEND} - || ( - net-analyzer/netcat6 - net-analyzer/netcat - net-analyzer/gnu-netcat - ) + net-analyzer/netcat app-arch/mt-st crypt? ( net-analyzer/cryptcat ) " |