diff options
author | Vladimir Timofeenko <id@vtimofeenko.com> | 2021-03-08 11:16:09 -0800 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-09 09:00:12 +0100 |
commit | d9aae1f78ce8457c245091839a8b50bd13f4442c (patch) | |
tree | 80d061c25ffac422dd1eff394afe2141d8e241d9 /net-analyzer/zabbix | |
parent | net-analyzer/zabbix: added agent2 useflag (diff) | |
download | gentoo-d9aae1f78ce8457c245091839a8b50bd13f4442c.tar.gz gentoo-d9aae1f78ce8457c245091839a8b50bd13f4442c.tar.bz2 gentoo-d9aae1f78ce8457c245091839a8b50bd13f4442c.zip |
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@vtimofeenko.com>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.5-r1.ebuild index 1f248be69a8b..22caec8460e0 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" |