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 0865B158086 for ; Thu, 2 Dec 2021 16:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25D9E2BC012; Thu, 2 Dec 2021 16:23:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 715982BC012 for ; Thu, 2 Dec 2021 16:23:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25DDD343226 for ; Thu, 2 Dec 2021 16:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66F6E8E for ; Thu, 2 Dec 2021 16:23:40 +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: <1638462209.de33691674b9758b305b62dc1d9111f48a5e6d9f.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.35.ebuild net-analyzer/zabbix/zabbix-4.0.36.ebuild net-analyzer/zabbix/zabbix-5.0.17.ebuild net-analyzer/zabbix/zabbix-5.0.18.ebuild net-analyzer/zabbix/zabbix-5.4.6.ebuild net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild net-analyzer/zabbix/zabbix-5.4.8.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: de33691674b9758b305b62dc1d9111f48a5e6d9f X-VCS-Branch: master Date: Thu, 2 Dec 2021 16:23:40 +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: 123246c5-63dc-4c2b-9820-b7292f61a49e X-Archives-Hash: 6566b26b9c4c2dfb2f3988397e9060ac commit: de33691674b9758b305b62dc1d9111f48a5e6d9f Author: Miroslav Šulc gentoo org> AuthorDate: Thu Dec 2 16:23:29 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Dec 2 16:23:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de336916 net-analyzer/zabbix: sqlite cannot be used with server Closes: https://bugs.gentoo.org/826978 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-4.0.35.ebuild | 2 +- net-analyzer/zabbix/zabbix-4.0.36.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.17.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.0.18.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.4.6.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild | 2 +- net-analyzer/zabbix/zabbix-5.4.8.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-4.0.35.ebuild b/net-analyzer/zabbix/zabbix-4.0.35.ebuild index 18d520ad114d..9b6c9fe12b7b 100644 --- a/net-analyzer/zabbix/zabbix-4.0.35.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.35.ebuild @@ -20,7 +20,7 @@ IUSE="+agent curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc open REQUIRED_USE="|| ( agent frontend proxy server ) ssl? ( ^^ ( gnutls mbedtls openssl ) ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-4.0.36.ebuild b/net-analyzer/zabbix/zabbix-4.0.36.ebuild index 7fb54a4c2342..6313b45e4a61 100644 --- a/net-analyzer/zabbix/zabbix-4.0.36.ebuild +++ b/net-analyzer/zabbix/zabbix-4.0.36.ebuild @@ -20,7 +20,7 @@ IUSE="+agent curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc open REQUIRED_USE="|| ( agent frontend proxy server ) ssl? ( ^^ ( gnutls mbedtls openssl ) ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" COMMON_DEPEND=" diff --git a/net-analyzer/zabbix/zabbix-5.0.17.ebuild b/net-analyzer/zabbix/zabbix-5.0.17.ebuild index c7e432bf4da3..b4e2c53f9574 100644 --- a/net-analyzer/zabbix/zabbix-5.0.17.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.17.ebuild @@ -238,7 +238,7 @@ 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 ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) ssl? ( ^^ ( gnutls openssl ) ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-5.0.18.ebuild b/net-analyzer/zabbix/zabbix-5.0.18.ebuild index adb2c6ecc9b9..0e9da3be9ad9 100644 --- a/net-analyzer/zabbix/zabbix-5.0.18.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.18.ebuild @@ -238,7 +238,7 @@ 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 ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) ssl? ( ^^ ( gnutls openssl ) ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-5.4.6.ebuild b/net-analyzer/zabbix/zabbix-5.4.6.ebuild index 7c6026192099..72d2b869ff39 100644 --- a/net-analyzer/zabbix/zabbix-5.4.6.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.6.ebuild @@ -263,7 +263,7 @@ 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 ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) ssl? ( ^^ ( gnutls openssl ) ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild b/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild index 014d630c3a5c..6a0d5e421042 100644 --- a/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.7-r1.ebuild @@ -263,7 +263,7 @@ 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 ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) ssl? ( ^^ ( gnutls openssl ) ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-5.4.8.ebuild b/net-analyzer/zabbix/zabbix-5.4.8.ebuild index 014d630c3a5c..6a0d5e421042 100644 --- a/net-analyzer/zabbix/zabbix-5.4.8.ebuild +++ b/net-analyzer/zabbix/zabbix-5.4.8.ebuild @@ -263,7 +263,7 @@ 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 ) ) - server? ( ^^ ( mysql oracle postgres ) ) + server? ( ^^ ( mysql oracle postgres ) !sqlite ) ssl? ( ^^ ( gnutls openssl ) ) static? ( !oracle !snmp )"