Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Tue, 04 Jan 2022 08:40:27
Message-Id: 1641285585.8c6ec82432e7e5fe88d9f977be7cbd38538be1d4.jsmolic@gentoo
1 commit: 8c6ec82432e7e5fe88d9f977be7cbd38538be1d4
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 08:39:45 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 08:39:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6ec824
7
8 net-analyzer/zabbix: Stabilize 4.0.36 x86, #830442
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.36.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.36.ebuild b/net-analyzer/zabbix/zabbix-4.0.36.ebuild
16 index b49a5666f48c..ea768e73c470 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.36.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.36.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 curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc openipmi +openssl oracle +postgres proxy server snmp sqlite ssh ssl static xmpp"
26 REQUIRED_USE="|| ( agent frontend proxy server )
27 ssl? ( ^^ ( gnutls mbedtls openssl ) )