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 0E964158013 for ; Fri, 15 Dec 2023 11:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 437902BC020; Fri, 15 Dec 2023 11:39:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1F8C32BC020 for ; Fri, 15 Dec 2023 11:39:04 +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 093CB33BE12 for ; Fri, 15 Dec 2023 11:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A552EACA for ; Fri, 15 Dec 2023 11:39:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1702640328.d05d4a3a2f54aabbff932c4265df2ec2a82b9ed9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-5.0.38.ebuild net-analyzer/zabbix/zabbix-6.0.22.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d05d4a3a2f54aabbff932c4265df2ec2a82b9ed9 X-VCS-Branch: master Date: Fri, 15 Dec 2023 11:39:01 +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: 4ff80c75-675d-4df7-8474-485d87e33b8f X-Archives-Hash: 3faec0d297e3528215aeedab81209e3d commit: d05d4a3a2f54aabbff932c4265df2ec2a82b9ed9 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 15 11:38:13 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 15 11:38:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05d4a3a net-analyzer/zabbix: drop x86 to unstable Closes: https://bugs.gentoo.org/919129 Signed-off-by: Florian Schmaus gentoo.org> net-analyzer/zabbix/zabbix-5.0.38.ebuild | 2 +- net-analyzer/zabbix/zabbix-6.0.22.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-5.0.38.ebuild b/net-analyzer/zabbix/zabbix-5.0.38.ebuild index b16468daa5d8..f6e20da5e1f4 100644 --- a/net-analyzer/zabbix/zabbix-5.0.38.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.38.ebuild @@ -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 selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) diff --git a/net-analyzer/zabbix/zabbix-6.0.22.ebuild b/net-analyzer/zabbix/zabbix-6.0.22.ebuild index 040a10ca07dd..547968bc7d14 100644 --- a/net-analyzer/zabbix/zabbix-6.0.22.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.22.ebuild @@ -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 selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl )