Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Tue, 02 Nov 2021 10:20:17
Message-Id: 1635848344.607f86c0c1b4b5acc8620f0f601f5b9e90703e52.sam@gentoo
1 commit: 607f86c0c1b4b5acc8620f0f601f5b9e90703e52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 10:19:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 10:19:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607f86c0
7
8 net-analyzer/zabbix: Stabilize 5.0.16 x86, #821292
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-5.0.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-5.0.16.ebuild b/net-analyzer/zabbix/zabbix-5.0.16.ebuild
16 index 91962412274..2c7af60f22d 100644
17 --- a/net-analyzer/zabbix/zabbix-5.0.16.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-5.0.16.ebuild
19 @@ -234,7 +234,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 ) )