summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 18:58:59 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 18:58:59 +0200
commit914568e3ab9ebf59a579b49a146f6088dd71146f (patch)
tree5da1718043ff77b960a5a1a1edb6060eb38c4771 /net-analyzer/zmap/zmap-9999.ebuild
parentnet-analyzer/smokeping: Remove support for non-existent deps (diff)
downloadgentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.tar.gz
gentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.tar.bz2
gentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.zip
net-analyzer/zmap: Fix mongodb dep in -9999
Diffstat (limited to 'net-analyzer/zmap/zmap-9999.ebuild')
-rw-r--r--net-analyzer/zmap/zmap-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
index 78525456ed17..eaed24c6933d 100644
--- a/net-analyzer/zmap/zmap-9999.ebuild
+++ b/net-analyzer/zmap/zmap-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ RDEPEND="
dev-libs/gmp:0
net-libs/libpcap
dev-libs/json-c:=
- mongo? ( dev-db/mongo )
+ mongo? ( dev-db/mongodb )
redis? ( dev-libs/hiredis )"
DEPEND="${RDEPEND}
dev-util/gengetopt