diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-22 19:52:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-22 19:52:07 +0200 |
commit | b2b84747e5a36906e33b5d2999b9afb6316d56e4 (patch) | |
tree | b501854a6084dcf340549715890eb358acd28ca6 /net-analyzer/zabbix | |
parent | net-misc/openssh: avoid conflict between x509 patch and getentropy fix (diff) | |
download | gentoo-b2b84747e5a36906e33b5d2999b9afb6316d56e4.tar.gz gentoo-b2b84747e5a36906e33b5d2999b9afb6316d56e4.tar.bz2 gentoo-b2b84747e5a36906e33b5d2999b9afb6316d56e4.zip |
net-analyzer/zabbix: Stabilize 5.0.30 x86, #888968
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.30.ebuild b/net-analyzer/zabbix/zabbix-5.0.30.ebuild index d3c97bb80618..ef7ad2f9898e 100644 --- a/net-analyzer/zabbix/zabbix-5.0.30.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # To create the go modules tarball: @@ -24,7 +24,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" WEBAPP_MANUAL_SLOT="yes" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) |