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: Sat, 27 Feb 2021 10:43:35
Message-Id: 1614422608.b8405f795151e689ab930ca7cc3fcff3e5625a9b.sam@gentoo
1 commit: b8405f795151e689ab930ca7cc3fcff3e5625a9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 10:43:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 10:43:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8405f79
7
8 net-analyzer/zabbix: Stabilize 5.2.4 x86, #773253
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-5.2.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-5.2.4.ebuild b/net-analyzer/zabbix/zabbix-5.2.4.ebuild
16 index 37470326b6d..bafa930dd19 100644
17 --- a/net-analyzer/zabbix/zabbix-5.2.4.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-5.2.4.ebuild
19 @@ -15,7 +15,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 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static"
26 REQUIRED_USE="|| ( agent frontend proxy server )
27 proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )