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: Mon, 09 May 2022 09:58:27
Message-Id: 1652090259.7ba1569b6010f628e2253f1395273589e3225384.jsmolic@gentoo
1 commit: 7ba1569b6010f628e2253f1395273589e3225384
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 09:57:39 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 09:57:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba1569b
7
8 net-analyzer/zabbix: Stabilize 6.0.3 amd64, #843095
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-6.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-6.0.3.ebuild b/net-analyzer/zabbix/zabbix-6.0.3.ebuild
16 index 39e9e4e7959c..422786542a4b 100644
17 --- a/net-analyzer/zabbix/zabbix-6.0.3.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-6.0.3.ebuild
19 @@ -19,7 +19,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 +pcre2 +postgres proxy server snmp sqlite ssh static"
26 REQUIRED_USE="|| ( agent agent2 frontend proxy server )
27 ?? ( gnutls openssl )