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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FE6515808B for ; Wed, 23 Mar 2022 01:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE4C0E08D3; Wed, 23 Mar 2022 01:24:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3CFAE08D3 for ; Wed, 23 Mar 2022 01:24:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EC7434314F for ; Wed, 23 Mar 2022 01:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B5F330 for ; Wed, 23 Mar 2022 01:24:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647998540.a99037fe11827a43e33c2ff1f0d192f75bcb9740.sam@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-r3.ebuild net-analyzer/zmap/zmap-2.1.1-r4.ebuild net-analyzer/zmap/zmap-9999.ebuild X-VCS-Directories: net-analyzer/zmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a99037fe11827a43e33c2ff1f0d192f75bcb9740 X-VCS-Branch: master Date: Wed, 23 Mar 2022 01:24:43 +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: 447368ed-5a98-4e9c-b95f-ade96a76ae6d X-Archives-Hash: f72963a8c9b92125d61d2c3ea5024ff3 commit: a99037fe11827a43e33c2ff1f0d192f75bcb9740 Author: Sam James gentoo org> AuthorDate: Wed Mar 23 01:22:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 01:22:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99037fe net-analyzer/zmap: add subslot dep on hiredis They break ABI liberally. Signed-off-by: Sam James gentoo.org> net-analyzer/zmap/{zmap-2.1.1-r3.ebuild => zmap-2.1.1-r4.ebuild} | 6 +++--- net-analyzer/zmap/zmap-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild b/net-analyzer/zmap/zmap-2.1.1-r4.ebuild similarity index 90% rename from net-analyzer/zmap/zmap-2.1.1-r3.ebuild rename to net-analyzer/zmap/zmap-2.1.1-r4.ebuild index cb72b0462e21..6b1d7f0b8261 100644 --- a/net-analyzer/zmap/zmap-2.1.1-r3.ebuild +++ b/net-analyzer/zmap/zmap-2.1.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,14 +14,14 @@ SLOT="0" KEYWORDS="amd64 arm ~arm64 x86" IUSE="mongo redis" -RDEPEND="dev-libs/gmp:0 +RDEPEND="dev-libs/gmp:= net-libs/libpcap dev-libs/json-c:= mongo? ( dev-db/mongodb dev-libs/mongo-c-driver ) - redis? ( dev-libs/hiredis )" + redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} dev-util/gengetopt sys-devel/flex diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index 4d5b862277d5..6a7cb8480b94 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,10 +14,10 @@ SLOT="0" IUSE="redis" RDEPEND=" - dev-libs/gmp:0 + dev-libs/gmp:= net-libs/libpcap dev-libs/json-c:= - redis? ( dev-libs/hiredis )" + redis? ( dev-libs/hiredis:= )" DEPEND="${RDEPEND} dev-util/gengetopt sys-devel/flex