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: 1609664998.b0b0ad4255aa00b4017e2c498f5a90b8a0bff598.sam@gentoo
1 commit: b0b0ad4255aa00b4017e2c498f5a90b8a0bff598
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 09:09:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 09:09:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b0ad42
7
8 net-analyzer/zabbix: Stabilize 4.0.27-r1 amd64, #763054
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild
16 index 7ce30397049..1ab91afa3ef 100644
17 --- a/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild
18 +++ b/net-analyzer/zabbix/zabbix-4.0.27-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/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 java curl frontend ipv6 xmpp 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 ) )