Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/
Date: Sun, 26 Aug 2018 17:08:48
Message-Id: 1535302739.914568e3ab9ebf59a579b49a146f6088dd71146f.mgorny@gentoo
1 commit: 914568e3ab9ebf59a579b49a146f6088dd71146f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 16:58:59 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 16:58:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914568e3
7
8 net-analyzer/zmap: Fix mongodb dep in -9999
9
10 net-analyzer/zmap/zmap-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild
14 index 78525456ed1..eaed24c6933 100644
15 --- a/net-analyzer/zmap/zmap-9999.ebuild
16 +++ b/net-analyzer/zmap/zmap-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -19,7 +19,7 @@ RDEPEND="
24 dev-libs/gmp:0
25 net-libs/libpcap
26 dev-libs/json-c:=
27 - mongo? ( dev-db/mongo )
28 + mongo? ( dev-db/mongodb )
29 redis? ( dev-libs/hiredis )"
30 DEPEND="${RDEPEND}
31 dev-util/gengetopt