diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 22:30:33 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 22:44:35 +0100 |
commit | a00d4ad78cec8e610696c8f972d8d948a6542dae (patch) | |
tree | 68d0f01d5701d502c32e457defa06a2b82b5e32b /net-analyzer | |
parent | net-analyzer/ntopng: Add subslot operator on dev-libs/json-c atom (diff) | |
download | gentoo-a00d4ad78cec8e610696c8f972d8d948a6542dae.tar.gz gentoo-a00d4ad78cec8e610696c8f972d8d948a6542dae.tar.bz2 gentoo-a00d4ad78cec8e610696c8f972d8d948a6542dae.zip |
net-analyzer/zmap: Add subslot operator on dev-libs/json-c atom
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zmap/zmap-1.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zmap/zmap-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zmap/zmap-9999.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/zmap/zmap-1.2.1.ebuild b/net-analyzer/zmap/zmap-1.2.1.ebuild index 0f6e591a1788..b5f767ee654d 100644 --- a/net-analyzer/zmap/zmap-1.2.1.ebuild +++ b/net-analyzer/zmap/zmap-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ IUSE="json redis" RDEPEND=" dev-libs/gmp:0 net-libs/libpcap - json? ( dev-libs/json-c ) + json? ( dev-libs/json-c:= ) redis? ( dev-libs/hiredis )" DEPEND="${RDEPEND} dev-util/gengetopt diff --git a/net-analyzer/zmap/zmap-2.1.1.ebuild b/net-analyzer/zmap/zmap-2.1.1.ebuild index b52063eda35e..0f401274207c 100644 --- a/net-analyzer/zmap/zmap-2.1.1.ebuild +++ b/net-analyzer/zmap/zmap-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ IUSE="json mongo redis" RDEPEND=" dev-libs/gmp:0 net-libs/libpcap - dev-libs/json-c + dev-libs/json-c:= mongo? ( dev-db/mongodb ) redis? ( dev-libs/hiredis )" DEPEND="${RDEPEND} diff --git a/net-analyzer/zmap/zmap-9999.ebuild b/net-analyzer/zmap/zmap-9999.ebuild index a229c0000778..78525456ed17 100644 --- a/net-analyzer/zmap/zmap-9999.ebuild +++ b/net-analyzer/zmap/zmap-9999.ebuild @@ -18,7 +18,7 @@ IUSE="mongo redis" RDEPEND=" dev-libs/gmp:0 net-libs/libpcap - dev-libs/json-c + dev-libs/json-c:= mongo? ( dev-db/mongo ) redis? ( dev-libs/hiredis )" DEPEND="${RDEPEND} |