diff options
author | 2022-03-23 01:22:20 +0000 | |
---|---|---|
committer | 2022-03-23 01:22:20 +0000 | |
commit | a99037fe11827a43e33c2ff1f0d192f75bcb9740 (patch) | |
tree | 1d9fd0d5cbffbebff2edd9bd5ba0233613c205d8 /net-analyzer | |
parent | net-analyzer/suricata: add subslot dep on hiredis (diff) | |
download | gentoo-a99037fe11827a43e33c2ff1f0d192f75bcb9740.tar.gz gentoo-a99037fe11827a43e33c2ff1f0d192f75bcb9740.tar.bz2 gentoo-a99037fe11827a43e33c2ff1f0d192f75bcb9740.zip |
net-analyzer/zmap: add subslot dep on hiredis
They break ABI liberally.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zmap/zmap-2.1.1-r4.ebuild (renamed from net-analyzer/zmap/zmap-2.1.1-r3.ebuild) | 6 | ||||
-rw-r--r-- | 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 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 |