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: Sun, 03 Jan 2021 09:12:47
Message-Id: 1609664997.bcf862d866905a0b139e87f5d46a731a76c438ee.sam@gentoo
1 commit: bcf862d866905a0b139e87f5d46a731a76c438ee
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 09:09:57 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 09:09:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf862d8
7
8 net-analyzer/zabbix: Stabilize 5.2.2-r1 amd64, #763054
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
16 index 8f6e9556236..5e44bb3b94d 100644
17 --- a/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 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/$(ver_cut 1-2)/${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 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static"
32 REQUIRED_USE="|| ( agent frontend proxy server )
33 proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )