commit: 11c4c02d984a1ee9ebd78bea5997a727e93fd864 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 08:36:04 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 08:37:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c4c02d
net-analyzer/zabbix: add missing eautoreconf Closes: https://bugs.gentoo.org/919916 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../zabbix/{zabbix-6.4.10.ebuild => zabbix-6.4.10-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.8.ebuild => zabbix-6.4.8-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.9.ebuild => zabbix-6.4.9-r1.ebuild} | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-6.4.10.ebuild b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.10.ebuild rename to net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.10.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.10-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.8.ebuild b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.8.ebuild rename to net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild index 05728e16dff8..228fb40d6482 100644 --- a/net-analyzer/zabbix/zabbix-6.4.8.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.8-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() { diff --git a/net-analyzer/zabbix/zabbix-6.4.9.ebuild b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-6.4.9.ebuild rename to net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild index 5fe722d26411..3df03f9f33da 100644 --- a/net-analyzer/zabbix/zabbix-6.4.9.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.9-r1.ebuild @@ -11,7 +11,7 @@ EAPI=8 GO_OPTIONAL="yes" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info +inherit autotools webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module user-info DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="https://www.zabbix.com/" @@ -148,6 +148,9 @@ pkg_setup() { src_prepare() { default + + # Since we patch configure.ac with e.g., ${PN}-6.4.0-configure-sscanf.patch". + eautoreconf } src_configure() {
