diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-19 13:10:30 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-19 13:13:01 +0100 |
commit | 44bbe2f83871bdca15b05bcf4ebd2f63e16279f5 (patch) | |
tree | d6e04f9adcb863a477695e411d153de56e1c30a8 /net-analyzer | |
parent | media-libs/alsa-oss: Remove old (diff) | |
download | gentoo-44bbe2f83871bdca15b05bcf4ebd2f63e16279f5.tar.gz gentoo-44bbe2f83871bdca15b05bcf4ebd2f63e16279f5.tar.bz2 gentoo-44bbe2f83871bdca15b05bcf4ebd2f63e16279f5.zip |
net-analyzer/ntopng: Depend on >=net-libs/zeromq-3
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=705750
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild index fb5e82a01945..25938565c762 100644 --- a/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild +++ b/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ DEPEND=" dev-libs/openssl net-analyzer/rrdtool net-libs/libpcap - net-libs/zeromq:= + >=net-libs/zeromq-3:= net-misc/curl sys-libs/libcap sys-libs/zlib |