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: Sun, 28 Feb 2021 15:56:35
Message-Id: 1614527785.289cfd07b13b1e5e9b7ff07436abf6bb67fd202a.sam@gentoo
1 commit: 289cfd07b13b1e5e9b7ff07436abf6bb67fd202a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 15:56:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 15:56:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289cfd07
7
8 net-analyzer/zabbix: Stabilize 4.0.28 amd64, #773253
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.28.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.28.ebuild b/net-analyzer/zabbix/zabbix-4.0.28.ebuild
16 index cc3c76c03f2..b20bafc87ab 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.28.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.28.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 ) )