diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-02 11:05:47 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-02 11:05:59 +0100 |
commit | 4a05a3663271b873d3e66e36a89cb5a882ce1ec0 (patch) | |
tree | 1b545738ff3bb4bf077d118a7b9b0496ae60e48d /net-analyzer/pmacct | |
parent | net-analyzer/pmacct: Version 1.7.4 (diff) | |
download | gentoo-4a05a3663271b873d3e66e36a89cb5a882ce1ec0.tar.gz gentoo-4a05a3663271b873d3e66e36a89cb5a882ce1ec0.tar.bz2 gentoo-4a05a3663271b873d3e66e36a89cb5a882ce1ec0.zip |
net-analyzer/pmacct: Fix net-libs/nDPI dependency
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild (renamed from net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/pmacct/pmacct-999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild b/net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild index 33e50e3e8313..29e8537602fb 100644 --- a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.3-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 @@ -32,7 +32,7 @@ RDEPEND=" <dev-libs/mongo-c-driver-0.98 ) mysql? ( dev-db/mysql-connector-c:0= ) - ndpi? ( net-libs/nDPI:= ) + ndpi? ( >=net-libs/nDPI-2.4:= ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* ) rabbitmq? ( net-libs/rabbitmq-c ) diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild index 02039602f301..36566e6c719e 100644 --- a/net-analyzer/pmacct/pmacct-999999.ebuild +++ b/net-analyzer/pmacct/pmacct-999999.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 @@ -32,7 +32,7 @@ RDEPEND=" <dev-libs/mongo-c-driver-0.98 ) mysql? ( dev-db/mysql-connector-c:0= ) - ndpi? ( net-libs/nDPI:= ) + ndpi? ( >=net-libs/nDPI-2.4:= ) nflog? ( net-libs/libnetfilter_log ) postgres? ( dev-db/postgresql:* ) rabbitmq? ( net-libs/rabbitmq-c ) |