commit: a99037fe11827a43e33c2ff1f0d192f75bcb9740
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 01:22:20 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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