commit:     d9aae1f78ce8457c245091839a8b50bd13f4442c
Author:     Vladimir Timofeenko <id <AT> vtimofeenko <DOT> com>
AuthorDate: Mon Mar  8 19:16:09 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <id <AT> vtimofeenko.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> 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"

Reply via email to