Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/
Date: Thu, 02 Jan 2020 10:06:05
Message-Id: 1577959559.4a05a3663271b873d3e66e36a89cb5a882ce1ec0.jer@gentoo
1 commit: 4a05a3663271b873d3e66e36a89cb5a882ce1ec0
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 10:05:47 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 10:05:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a05a366
7
8 net-analyzer/pmacct: Fix net-libs/nDPI dependency
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../pmacct/{pmacct-1.7.3-r1.ebuild => pmacct-1.7.3-r2.ebuild} | 4 ++--
14 net-analyzer/pmacct/pmacct-999999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild b/net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild
18 similarity index 96%
19 rename from net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild
20 rename to net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild
21 index 33e50e3e831..29e8537602f 100644
22 --- a/net-analyzer/pmacct/pmacct-1.7.3-r1.ebuild
23 +++ b/net-analyzer/pmacct/pmacct-1.7.3-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -32,7 +32,7 @@ RDEPEND="
31 <dev-libs/mongo-c-driver-0.98
32 )
33 mysql? ( dev-db/mysql-connector-c:0= )
34 - ndpi? ( net-libs/nDPI:= )
35 + ndpi? ( >=net-libs/nDPI-2.4:= )
36 nflog? ( net-libs/libnetfilter_log )
37 postgres? ( dev-db/postgresql:* )
38 rabbitmq? ( net-libs/rabbitmq-c )
39
40 diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild
41 index 02039602f30..36566e6c719 100644
42 --- a/net-analyzer/pmacct/pmacct-999999.ebuild
43 +++ b/net-analyzer/pmacct/pmacct-999999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -32,7 +32,7 @@ RDEPEND="
51 <dev-libs/mongo-c-driver-0.98
52 )
53 mysql? ( dev-db/mysql-connector-c:0= )
54 - ndpi? ( net-libs/nDPI:= )
55 + ndpi? ( >=net-libs/nDPI-2.4:= )
56 nflog? ( net-libs/libnetfilter_log )
57 postgres? ( dev-db/postgresql:* )
58 rabbitmq? ( net-libs/rabbitmq-c )