net-analyzer/zmap: Add subslot operator on dev-libs/json-c atom

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Thomas Deutschmann
2017-12-19 22:30:33 +01:00
parent 3561d9a3c6
commit a00d4ad78c
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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}

View File

@@ -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}