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 4458D13835A for ; Tue, 9 Mar 2021 08:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 313A4E0916; Tue, 9 Mar 2021 08:00:24 +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 192AAE0916 for ; Tue, 9 Mar 2021 08:00:24 +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 B58B134090F for ; Tue, 9 Mar 2021 08:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122F4585 for ; Tue, 9 Mar 2021 08:00:21 +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: <1615276812.d9aae1f78ce8457c245091839a8b50bd13f4442c.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-5.2.5-r1.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d9aae1f78ce8457c245091839a8b50bd13f4442c X-VCS-Branch: master Date: Tue, 9 Mar 2021 08:00:21 +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: 6e89e1dd-7978-48f3-8542-d5706c51568e X-Archives-Hash: eb0b41ffa610d76c2eea31041828b48e commit: d9aae1f78ce8457c245091839a8b50bd13f4442c Author: Vladimir Timofeenko vtimofeenko com> AuthorDate: Mon Mar 8 19:16:09 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Mar 9 08:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9aae1f7 net-analyzer/zabbix: added condition to SRC_URI Now portage should not try to fetch go modules if agent2 use flag is not enabled Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Vladimir Timofeenko vtimofeenko.com> Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild index 1f248be69a8..22caec8460e 100644 --- a/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild @@ -246,7 +246,7 @@ HOMEPAGE="https://www.zabbix.com/" MY_P=${P/_/} MY_PV=${PV/_/} SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz - ${EGO_SUM_SRC_URI} + agent2? ( ${EGO_SUM_SRC_URI} ) " LICENSE="GPL-2"