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: Mon, 03 Jan 2022 09:09:17
Message-Id: 1641200917.aac6a6c207226dfb956666e4537c799f1aa86707.jsmolic@gentoo
1 commit: aac6a6c207226dfb956666e4537c799f1aa86707
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 09:08:37 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 09:08:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac6a6c2
7
8 net-analyzer/zabbix: Stabilize 4.0.36 amd64, #830442
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.36.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.36.ebuild b/net-analyzer/zabbix/zabbix-4.0.36.ebuild
16 index d3edede455f2..b49a5666f48c 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.36.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.36.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz"
26 LICENSE="GPL-2"
27 SLOT="0/$(ver_cut 1-2)"
28 WEBAPP_MANUAL_SLOT="yes"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 IUSE="+agent curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc openipmi +openssl oracle +postgres proxy server snmp sqlite ssh ssl static xmpp"
32 REQUIRED_USE="|| ( agent frontend proxy server )
33 ssl? ( ^^ ( gnutls mbedtls openssl ) )