Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Tue, 04 Jan 2022 08:40:26
Message-Id: 1641285598.8ffeb42b5ba69ec3972745c0931dc052d37cb18a.jsmolic@gentoo
1 commit: 8ffeb42b5ba69ec3972745c0931dc052d37cb18a
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 08:39:58 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 08:39:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffeb42b
7
8 net-analyzer/zabbix: Stabilize 5.0.18-r1 x86, #830442
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
16 index b2316f89ca4f..2f8473c0658e 100644
17 --- a/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-5.0.18-r1.ebuild
19 @@ -235,7 +235,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
20 LICENSE="GPL-2"
21 SLOT="0/$(ver_cut 1-2)"
22 WEBAPP_MANUAL_SLOT="yes"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy server snmp sqlite ssh ssl static"
26 REQUIRED_USE="|| ( agent agent2 frontend proxy server )
27 proxy? ( ^^ ( mysql oracle postgres sqlite ) )