Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Wed, 30 Jun 2021 11:00:14
Message-Id: 1625050803.255eb48f0fa1ecf60e08194146046bd91dd01d26.fordfrog@gentoo
1 commit: 255eb48f0fa1ecf60e08194146046bd91dd01d26
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 10:59:47 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 11:00:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255eb48f
7
8 net-analyzer/zabbix: tests disabled
9
10 upstream tests fail so disabling them for now
11
12 Closes: https://bugs.gentoo.org/775011
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 3 +++
17 net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild | 3 +++
18 net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild | 3 +++
19 3 files changed, 9 insertions(+)
20
21 diff --git a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
22 index cff0c42d44b..b921c70a4e0 100644
23 --- a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
24 +++ b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild
25 @@ -326,6 +326,9 @@ BDEPEND="
26 virtual/pkgconfig
27 "
28
29 +# upstream tests fail for agent2
30 +RESTRICT="test"
31 +
32 PATCHES=(
33 "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch"
34 "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch"
35
36 diff --git a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
37 index 2b2efbe976a..1b9cb96ff6e 100644
38 --- a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
39 +++ b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild
40 @@ -336,6 +336,9 @@ BDEPEND="
41 virtual/pkgconfig
42 "
43
44 +# upstream tests fail for agent2
45 +RESTRICT="test"
46 +
47 PATCHES=(
48 "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch"
49 "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch"
50
51 diff --git a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
52 index 03f172c30f5..8a3157cfa58 100644
53 --- a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
54 +++ b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild
55 @@ -351,6 +351,9 @@ BDEPEND="
56 virtual/pkgconfig
57 "
58
59 +# upstream tests fail for agent2
60 +RESTRICT="test"
61 +
62 PATCHES=(
63 "${FILESDIR}/${PN}-4.0.18-modulepathfix.patch"
64 "${FILESDIR}/${PN}-3.0.30-security-disable-PidFile.patch"