summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-03-12 11:12:25 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-12 11:12:34 +0100
commitb7b7d62f6ed030c807783b98e941e1b4ab3df1c1 (patch)
treeb2efa5b3494bca91e320474807dbba7e16ec6f1e /net-analyzer
parentsci-mathematics/lean: bump to 3.41.0 (diff)
downloadgentoo-b7b7d62f6ed030c807783b98e941e1b4ab3df1c1.tar.gz
gentoo-b7b7d62f6ed030c807783b98e941e1b4ab3df1c1.tar.bz2
gentoo-b7b7d62f6ed030c807783b98e941e1b4ab3df1c1.zip
net-analyzer/zabbix: fixed patches not being applied
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-4.0.38.ebuild)4
-rw-r--r--net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-5.0.20.ebuild)4
-rw-r--r--net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-5.4.10.ebuild)4
-rw-r--r--net-analyzer/zabbix/zabbix-6.0.1-r2.ebuild (renamed from net-analyzer/zabbix/zabbix-6.0.1-r1.ebuild)4
4 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-4.0.38.ebuild b/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild
index 3e38c3cbb0e9..56b6461c8aba 100644
--- a/net-analyzer/zabbix/zabbix-4.0.38.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.38-r1.ebuild
@@ -125,6 +125,10 @@ pkg_setup() {
java-pkg-opt-2_pkg_setup
}
+src_prepare() {
+ default
+}
+
src_configure() {
econf \
$(use_enable agent) \
diff --git a/net-analyzer/zabbix/zabbix-5.0.20.ebuild b/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild
index 0969478dcc2d..e3305cd6230f 100644
--- a/net-analyzer/zabbix/zabbix-5.0.20.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.0.20-r1.ebuild
@@ -357,6 +357,10 @@ src_unpack() {
fi
}
+src_prepare() {
+ default
+}
+
src_configure() {
econf \
$(use_enable agent) \
diff --git a/net-analyzer/zabbix/zabbix-5.4.10.ebuild b/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild
index c5ea8a8848dc..40429d2ad9d7 100644
--- a/net-analyzer/zabbix/zabbix-5.4.10.ebuild
+++ b/net-analyzer/zabbix/zabbix-5.4.10-r1.ebuild
@@ -382,6 +382,10 @@ src_unpack() {
fi
}
+src_prepare() {
+ default
+}
+
src_configure() {
econf \
"$(use_enable agent)" \
diff --git a/net-analyzer/zabbix/zabbix-6.0.1-r1.ebuild b/net-analyzer/zabbix/zabbix-6.0.1-r2.ebuild
index cac6ad8a798e..5e7c813ad852 100644
--- a/net-analyzer/zabbix/zabbix-6.0.1-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.0.1-r2.ebuild
@@ -394,6 +394,10 @@ src_unpack() {
fi
}
+src_prepare() {
+ default
+}
+
src_configure() {
local econf_args=(
"$(use_enable agent)"