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/ntopng/files/, net-analyzer/ntopng/
Date: Sun, 19 Jan 2020 13:39:40
Message-Id: 1579441176.6a2c57bb6f4e96b56a7917e05d3fb93c7b973584.jer@gentoo
1 commit: 6a2c57bb6f4e96b56a7917e05d3fb93c7b973584
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 12:58:37 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 13:39:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2c57bb
7
8 net-analyzer/ntopng: Remove false libzstd 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 net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch | 12 ++++++------
14 .../{ntopng-3.8.1-r2.ebuild => ntopng-3.8.1-r3.ebuild} | 0
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch b/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch
18 index 91811d66bbd..12117d791bc 100644
19 --- a/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch
20 +++ b/net-analyzer/ntopng/files/ntopng-3.8.1-PKG_CONFIG.patch
21 @@ -81,15 +81,15 @@
22 else
23 ZEROMQ_LIB = $(ZMQ_STATIC)
24 endif
25 -@@ -107,9 +107,9 @@
26 +@@ -106,11 +106,6 @@
27 + ZEROMQ_INC=-I$(ZEROMQ_HOME)/include
28 ZEROMQ_LIB=$(ZEROMQ_HOME)/.libs/libzmq.a
29 endif
30 -
31 +-
32 - HAS_ZSTD=$(shell pkg-config --exists libzstd; echo $$?)
33 -+ HAS_ZSTD=$(shell $(PKG_CONFIG) --exists libzstd; echo $$?)
34 - ifeq ($(HAS_ZSTD), 0)
35 +- ifeq ($(HAS_ZSTD), 0)
36 - ZSTD_LIB = $(shell pkg-config --libs libzstd)
37 -+ ZSTD_LIB = $(shell $(PKG_CONFIG) --libs libzstd)
38 - endif
39 +- endif
40 endif
41
42 + ######
43
44 diff --git a/net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild b/net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild
45 similarity index 100%
46 rename from net-analyzer/ntopng/ntopng-3.8.1-r2.ebuild
47 rename to net-analyzer/ntopng/ntopng-3.8.1-r3.ebuild