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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ED45158018 for ; Sun, 3 Oct 2021 05:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7146E0871; Sun, 3 Oct 2021 05:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5808E0871 for ; Sun, 3 Oct 2021 05:17:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E62342A8F for ; Sun, 3 Oct 2021 05:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07EED83 for ; Sun, 3 Oct 2021 05:17:43 +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: <1633238260.643e8c1ae6dc90ce50324ffdb4ec19566041c1f0.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.33.ebuild net-analyzer/zabbix/zabbix-5.0.15.ebuild net-analyzer/zabbix/zabbix-5.4.4.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 643e8c1ae6dc90ce50324ffdb4ec19566041c1f0 X-VCS-Branch: master Date: Sun, 3 Oct 2021 05:17:43 +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: 3b70f3b0-d77c-4004-b7fc-f72763d5faaf X-Archives-Hash: efdcb0b9c0829e93e32d927edd7d570b commit: 643e8c1ae6dc90ce50324ffdb4ec19566041c1f0 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Oct 3 05:17:40 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Oct 3 05:17:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643e8c1a net-analyzer/zabbix: amd64 stable wrt bug #815508 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-analyzer/zabbix/zabbix-4.0.33.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.15.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.4.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-4.0.33.ebuild b/net-analyzer/zabbix/zabbix-4.0.33.ebuild index b4467228139..c71f4de2c8e 100644 --- a/net-analyzer/zabbix/zabbix-4.0.33.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.33.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.15.ebuild b/net-analyzer/zabbix/zabbix-5.0.15.ebuild index 91962412274..e3b368c11b3 100644 --- a/net-analyzer/zabbix/zabbix-5.0.15.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.15.ebuild @@ -234,7 +234,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.4.ebuild b/net-analyzer/zabbix/zabbix-5.4.4.ebuild index f1795467d2f..adbd9997e0a 100644 --- a/net-analyzer/zabbix/zabbix-5.4.4.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.4.ebuild @@ -259,7 +259,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 ) )