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: Wed, 09 Jun 2021 21:08:54
Message-Id: 1623272918.ebcb8dd9ff003907ae9ef0e94f547c3b68a109ee.sam@gentoo
1 commit: ebcb8dd9ff003907ae9ef0e94f547c3b68a109ee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 02:00:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 21:08:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcb8dd9
7
8 net-analyzer/zabbix: Stabilize 4.0.30 amd64, #795066
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.30.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.30.ebuild b/net-analyzer/zabbix/zabbix-4.0.30.ebuild
16 index e77e263d0bd..460a98a3fa6 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.30.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.30.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${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 xmpp 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 ) )