diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-04-27 08:26:04 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-04-27 08:26:48 +0200 |
commit | 5d43f063297e10940c00f4e9e5a1f35e84741201 (patch) | |
tree | 3c053e8a3576ceb229e7759b6de61da2994ee02b /net-analyzer | |
parent | media-libs/mesa: drop 23.0.2-r1 (diff) | |
download | gentoo-5d43f063297e10940c00f4e9e5a1f35e84741201.tar.gz gentoo-5d43f063297e10940c00f4e9e5a1f35e84741201.tar.bz2 gentoo-5d43f063297e10940c00f4e9e5a1f35e84741201.zip |
net-analyzer/zabbix: fixed patches not being applied in 6.0.x
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.14-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.0.14.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.15-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.0.15.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.16-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.0.16.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-6.0.17-r1.ebuild (renamed from net-analyzer/zabbix/zabbix-6.0.17.ebuild) | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/net-analyzer/zabbix/zabbix-6.0.14.ebuild b/net-analyzer/zabbix/zabbix-6.0.14-r1.ebuild index 21333f63c79d..402ad60fb8dd 100644 --- a/net-analyzer/zabbix/zabbix-6.0.14.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.14-r1.ebuild @@ -143,6 +143,10 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } +src_prepare() { + default +} + src_configure() { local econf_args=( --with-libpcre2 diff --git a/net-analyzer/zabbix/zabbix-6.0.15.ebuild b/net-analyzer/zabbix/zabbix-6.0.15-r1.ebuild index f3edadcff0ce..1404fe7a2c48 100644 --- a/net-analyzer/zabbix/zabbix-6.0.15.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.15-r1.ebuild @@ -143,6 +143,10 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } +src_prepare() { + default +} + src_configure() { local econf_args=( --with-libpcre2 diff --git a/net-analyzer/zabbix/zabbix-6.0.16.ebuild b/net-analyzer/zabbix/zabbix-6.0.16-r1.ebuild index f3edadcff0ce..1404fe7a2c48 100644 --- a/net-analyzer/zabbix/zabbix-6.0.16.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.16-r1.ebuild @@ -143,6 +143,10 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } +src_prepare() { + default +} + src_configure() { local econf_args=( --with-libpcre2 diff --git a/net-analyzer/zabbix/zabbix-6.0.17.ebuild b/net-analyzer/zabbix/zabbix-6.0.17-r1.ebuild index f3edadcff0ce..1404fe7a2c48 100644 --- a/net-analyzer/zabbix/zabbix-6.0.17.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.17-r1.ebuild @@ -143,6 +143,10 @@ pkg_setup() { java-pkg-opt-2_pkg_setup } +src_prepare() { + default +} + src_configure() { local econf_args=( --with-libpcre2 |