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: Tue, 02 Nov 2021 10:20:18
Message-Id: 1635848342.3d4bea66bc6115ef238e950e87cf1cb811b8b550.sam@gentoo
1 commit: 3d4bea66bc6115ef238e950e87cf1cb811b8b550
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 10:19:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 10:19:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4bea66
7
8 net-analyzer/zabbix: Stabilize 4.0.34 x86, #821292
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.34.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.34.ebuild b/net-analyzer/zabbix/zabbix-4.0.34.ebuild
16 index b4467228139..7c9038c1e17 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.34.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.34.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 ) )