From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4232415808B for ; Sat, 19 Mar 2022 07:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62A642BC008; Sat, 19 Mar 2022 07:53:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 472132BC009 for ; Sat, 19 Mar 2022 07:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 895D3343933 for ; Sat, 19 Mar 2022 07:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAA7834D for ; Sat, 19 Mar 2022 07:53:27 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1647676354.c416f94cee92a3df58ff6876a273414f8de53e72.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c416f94cee92a3df58ff6876a273414f8de53e72 X-VCS-Branch: master Date: Sat, 19 Mar 2022 07:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b05b6873-079d-421a-8d3e-521c7a0f0c56 X-Archives-Hash: b370f4904382d63bb722f6644fe2b7fe commit: c416f94cee92a3df58ff6876a273414f8de53e72 Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Mar 19 07:52:34 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Mar 19 07:52:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c416f94c net-analyzer/zabbix: amd64 stable wrt bug #834992 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild index 339113b04c91..bb7265b117e4 100644 --- a/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" WEBAPP_MANUAL_SLOT="yes" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="+agent curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc openipmi +openssl oracle +postgres proxy server snmp sqlite ssh ssl static xmpp" REQUIRED_USE="|| ( agent frontend proxy server ) ssl? ( ^^ ( gnutls mbedtls openssl ) ) diff --git a/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild index 76616a32be62..b97d5fcc1f6a 100644 --- a/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild @@ -235,7 +235,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 ssl static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) diff --git a/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild index 12da2cb81ef4..22950eb616af 100644 --- a/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild @@ -260,7 +260,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 ssl static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) proxy? ( ^^ ( mysql oracle postgres sqlite ) )