diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 18:58:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 18:58:59 +0200 |
commit | 914568e3ab9ebf59a579b49a146f6088dd71146f (patch) | |
tree | 5da1718043ff77b960a5a1a1edb6060eb38c4771 /net-analyzer | |
parent | net-analyzer/smokeping: Remove support for non-existent deps (diff) | |
download | gentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.tar.gz gentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.tar.bz2 gentoo-914568e3ab9ebf59a579b49a146f6088dd71146f.zip |
net-analyzer/zmap: Fix mongodb dep in -9999
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zmap/zmap-9999.ebuild | 4 |
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 |