Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Thu, 07 Oct 2021 09:17:14
Message-Id: 1633596027.f2e7f8ef3f94046fcdd2e68797430dbde8827549.jsmolic@gentoo
1 commit: f2e7f8ef3f94046fcdd2e68797430dbde8827549
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 08:40:27 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 08:40:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e7f8ef
7
8 net-analyzer/zmap: Add missing dev-libs/mongo-c-driver dependency
9
10 Closes: https://bugs.gentoo.org/775521
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 net-analyzer/zmap/{zmap-2.1.1-r2.ebuild => zmap-2.1.1-r3.ebuild} | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
17 similarity index 90%
18 rename from net-analyzer/zmap/zmap-2.1.1-r2.ebuild
19 rename to net-analyzer/zmap/zmap-2.1.1-r3.ebuild
20 index be82641d5c7..bd667e0454d 100644
21 --- a/net-analyzer/zmap/zmap-2.1.1-r2.ebuild
22 +++ b/net-analyzer/zmap/zmap-2.1.1-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -17,7 +17,10 @@ IUSE="mongo redis"
30 RDEPEND="dev-libs/gmp:0
31 net-libs/libpcap
32 dev-libs/json-c:=
33 - mongo? ( dev-db/mongodb )
34 + mongo? (
35 + dev-db/mongodb
36 + dev-libs/mongo-c-driver
37 + )
38 redis? ( dev-libs/hiredis )"
39 DEPEND="${RDEPEND}
40 dev-util/gengetopt