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: 1614422606.38418011a5355bc00025d219a5343834fa779258.sam@gentoo
1 commit: 38418011a5355bc00025d219a5343834fa779258
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 10:43:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 10:43:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38418011
7
8 net-analyzer/zabbix: Stabilize 4.0.28 x86, #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 6eb470b33c5..cc3c76c03f2 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 ) )