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 0260F13933E for ; Wed, 30 Jun 2021 08:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32268E07F1; Wed, 30 Jun 2021 08:44:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FABFE07F1 for ; Wed, 30 Jun 2021 08:44:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7265633BEDD for ; Wed, 30 Jun 2021 08:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB66A78F for ; Wed, 30 Jun 2021 08:44:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1625042662.277fa0de9d1165e3c4086015ea20126882e55015.fordfrog@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.30-r1.ebuild net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 277fa0de9d1165e3c4086015ea20126882e55015 X-VCS-Branch: master Date: Wed, 30 Jun 2021 08:44:25 +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: c4a221c5-a508-43ce-bc36-dbdd4692ec65 X-Archives-Hash: ebc99d386c4e8d571014f2f1c8091125 commit: 277fa0de9d1165e3c4086015ea20126882e55015 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jun 30 08:44:11 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jun 30 08:44:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277fa0de net-analyzer/zabbix: removed odbc from server/proxy restrictions Closes: https://bugs.gentoo.org/785205 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild | 4 ++-- net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild index 3cfb30a0ed8..b75edaacbce 100644 --- a/net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.30-r1.ebuild @@ -18,8 +18,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="amd64 x86" IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild index 321e1e6f6d8..7f94d05cbee 100644 --- a/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.31-r1.ebuild @@ -18,8 +18,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild index 7a329ff5b8b..6a86fdbaa3e 100644 --- a/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.12-r1.ebuild @@ -249,8 +249,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" IUSE="+agent +agent2 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild index fc80e61bdea..3b5650bd50c 100644 --- a/net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.8-r1.ebuild @@ -18,8 +18,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="amd64 x86" IUSE="+agent java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild index fc80e61bdea..3b5650bd50c 100644 --- a/net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.2.4-r1.ebuild @@ -18,8 +18,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="amd64 x86" IUSE="+agent java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild index 0abc5c33063..58ad7537823 100644 --- a/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.2.6-r1.ebuild @@ -258,8 +258,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" IUSE="+agent +agent2 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild index 359d8dd9cdd..a014fd21741 100644 --- a/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.1-r1.ebuild @@ -274,8 +274,8 @@ WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" IUSE="+agent +agent2 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) - proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) - server? ( ^^ ( mysql oracle postgres odbc ) ) + proxy? ( ^^ ( mysql oracle postgres sqlite ) ) + server? ( ^^ ( mysql oracle postgres ) ) static? ( !oracle !snmp )" COMMON_DEPEND="