Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Sat, 29 Aug 2020 17:57:20
Message-Id: 1598723820.971c234413ab2f2d2140065afef129b831c1fc21.whissi@gentoo
1 commit: 971c234413ab2f2d2140065afef129b831c1fc21
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 17:56:22 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 17:57:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971c2344
7
8 net-analyzer/zabbix: x86 stable (bug #739394)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-analyzer/zabbix/zabbix-4.0.23.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/zabbix/zabbix-4.0.23.ebuild b/net-analyzer/zabbix/zabbix-4.0.23.ebuild
17 index 844a2e68741..53b0392d99f 100644
18 --- a/net-analyzer/zabbix/zabbix-4.0.23.ebuild
19 +++ b/net-analyzer/zabbix/zabbix-4.0.23.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz"
21 LICENSE="GPL-2"
22 SLOT="0"
23 WEBAPP_MANUAL_SLOT="yes"
24 -KEYWORDS="~amd64 ~x86"
25 +KEYWORDS="~amd64 x86"
26 IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static"
27 REQUIRED_USE="|| ( agent frontend proxy server )
28 proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )