commit:     add974a760fa49f64840b44ab6112d9a668d1e06
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 06:46:18 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 06:58:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add974a7

net-analyzer/zabbix: drop unnecessary explicit src_prepare()

The explicit definition of src_prepare() just calling default is
unnecessary, as this is what the implicit src_prepare() will do per
default anyways. :)

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/zabbix/zabbix-6.0.5.ebuild | 4 ----
 net-analyzer/zabbix/zabbix-6.0.6.ebuild | 4 ----
 net-analyzer/zabbix/zabbix-6.2.0.ebuild | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-6.0.5.ebuild 
b/net-analyzer/zabbix/zabbix-6.0.5.ebuild
index 9d5da62b1a9f..c86e76501a62 100644
--- a/net-analyzer/zabbix/zabbix-6.0.5.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.0.5.ebuild
@@ -145,10 +145,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        local econf_args=(
                "$(use_enable agent)"

diff --git a/net-analyzer/zabbix/zabbix-6.0.6.ebuild 
b/net-analyzer/zabbix/zabbix-6.0.6.ebuild
index 610168ebb49b..053faaeb4a80 100644
--- a/net-analyzer/zabbix/zabbix-6.0.6.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.0.6.ebuild
@@ -145,10 +145,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        local econf_args=(
                "$(use_enable agent)"

diff --git a/net-analyzer/zabbix/zabbix-6.2.0.ebuild 
b/net-analyzer/zabbix/zabbix-6.2.0.ebuild
index 610168ebb49b..053faaeb4a80 100644
--- a/net-analyzer/zabbix/zabbix-6.2.0.ebuild
+++ b/net-analyzer/zabbix/zabbix-6.2.0.ebuild
@@ -145,10 +145,6 @@ pkg_setup() {
        java-pkg-opt-2_pkg_setup
 }
 
-src_prepare() {
-       default
-}
-
 src_configure() {
        local econf_args=(
                "$(use_enable agent)"

Reply via email to