commit: f2e7f8ef3f94046fcdd2e68797430dbde8827549 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Oct 7 08:40:27 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Oct 7 08:40:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7f8ef
net-analyzer/zmap: Add missing dev-libs/mongo-c-driver dependency Closes: https://bugs.gentoo.org/775521 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> net-analyzer/zmap/{zmap-2.1.1-r2.ebuild => zmap-2.1.1-r3.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild similarity index 90% rename from net-analyzer/zmap/zmap-2.1.1-r2.ebuild rename to net-analyzer/zmap/zmap-2.1.1-r3.ebuild index be82641d5c7..bd667e0454d 100644 --- a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild +++ b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,10 @@ IUSE="mongo redis" RDEPEND="dev-libs/gmp:0 net-libs/libpcap dev-libs/json-c:= - mongo? ( dev-db/mongodb ) + mongo? ( + dev-db/mongodb + dev-libs/mongo-c-driver + ) redis? ( dev-libs/hiredis )" DEPEND="${RDEPEND} dev-util/gengetopt
