From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6476E158086 for ; Thu, 7 Oct 2021 09:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC99E0858; Thu, 7 Oct 2021 09:17:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 914EEE0858 for ; Thu, 7 Oct 2021 09:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA63234336F for ; Thu, 7 Oct 2021 09:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F81D79 for ; Thu, 7 Oct 2021 09:17:11 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1633596027.f2e7f8ef3f94046fcdd2e68797430dbde8827549.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zmap/zmap-2.1.1-r2.ebuild net-analyzer/zmap/zmap-2.1.1-r3.ebuild X-VCS-Directories: net-analyzer/zmap/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: f2e7f8ef3f94046fcdd2e68797430dbde8827549 X-VCS-Branch: master Date: Thu, 7 Oct 2021 09:17:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad7fda12-b4f0-43cf-8c1d-439da4f529ff X-Archives-Hash: 70c33d0610e25f7b9ca0cde93384dee5 commit: f2e7f8ef3f94046fcdd2e68797430dbde8827549 Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 7 08:40:27 2021 +0000 Commit: Jakov Smolić gentoo 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ć 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