net-analyzer/zmap: Fix mongodb dep in -9999
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 16:58:59 +0000 (18:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 16:58:59 +0000 (18:58 +0200)
net-analyzer/zmap/zmap-9999.ebuild

index 78525456ed176b2e2393bfcdd80e36fa4203c00d..eaed24c6933d746a2d17e7af4f3bfb58c84bdf37 100644 (file)
@@ -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