From 914568e3ab9ebf59a579b49a146f6088dd71146f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 26 Aug 2018 18:58:59 +0200 Subject: [PATCH] net-analyzer/zmap: Fix mongodb dep in -9999 --- net-analyzer/zmap/zmap-9999.ebuild | 4 ++-- 1 file 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 -- 2.26.2