summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-03-05 11:44:33 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-03-05 11:44:33 +0100
commit96ac67d842731b333cc310fcbb18e5b55b82e6ee (patch)
tree24ee13501f0b3b18604038a6ff71822f05e6aa60 /net-analyzer/zabbix/zabbix-6.4.12.ebuild
parentnet-analyzer/zabbix: dropped obsolete 6.4.11 (diff)
downloadgentoo-96ac67d842731b333cc310fcbb18e5b55b82e6ee.tar.gz
gentoo-96ac67d842731b333cc310fcbb18e5b55b82e6ee.tar.bz2
gentoo-96ac67d842731b333cc310fcbb18e5b55b82e6ee.zip
net-analyzer/zabbix: fixed ordering of variables
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix/zabbix-6.4.12.ebuild')
-rw-r--r--net-analyzer/zabbix/zabbix-6.4.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/zabbix/zabbix-6.4.12.ebuild b/net-analyzer/zabbix/zabbix-6.4.12.ebuild
index 1134c7d2321f..2fc51b6f2e74 100644
--- a/net-analyzer/zabbix/zabbix-6.4.12.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.4.12.ebuild
@@ -21,6 +21,8 @@ SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
agent2? ( https://dev.gentoo.org/~fordfrog/distfiles/${P}-go-deps.tar.xz )
"
+S=${WORKDIR}/${MY_P}
+
LICENSE="GPL-2"
SLOT="0/$(ver_cut 1-2)"
WEBAPP_MANUAL_SLOT="yes"
@@ -123,8 +125,6 @@ PATCHES=(
"${FILESDIR}/${PN}-6.4.6-clang16-build-fix.patch"
)
-S=${WORKDIR}/${MY_P}
-
ZABBIXJAVA_BASE="opt/zabbix_java"
pkg_setup() {